Easy Excerpt Mods on WordPress 2.9


Sponsored Links






WordPress 2.9 brings some new features, one of new features is Easy Excerpt Mods via little bit coding on our functions.php theme. Here some tricks how to change excerpt length via this tricks

Open your functions.php and add this code

function new_excerpt_length($length) {
	return 20;
}
add_filter('excerpt_length', 'new_excerpt_length');

This code above will be reduce excerpt length become 20, on this code below, we will try to change excerpt more, the default is … with this tricks we can made it different style, put this code below the code before on your functions.php

function new_excerpt_more($more) {
	return '[.....]';
}
add_filter('excerpt_more', 'new_excerpt_more');

This code I got from bavotasan

Subscribe to Full RSS Feed

RSS FeedIf you thing this article useful, please consider subscribing to our RSS Feed or e-mail updates and stay updated with us. You can also follow @WPTricksNet on twitter for latest updates.

About WP Tricks

We are WordPress Family, we collected and writed useful tips and tricks for you WordPress. We share it for you...

Related Tips and Trick from Local Data and on The Net

Modify Custom excerpt length

On WordPress 2.9 there are new featured that we can added on the_excerpt(), one of them is change the excerpt length. How to modify Custom excerpt length is really simple. We only needed to put some function on our functions.php … Read More

Create you own Excerpt in WordPress

Sometimes we need to limit how many words will be displayed in our excerpt, If you have use WordPress 2.9.x you can use Easy Excerpt method, but if you want something different, you can create own excerpt and replace your … Read More

The Right Way to Change The Default Gravatar in WordPress

I will show you How to Change the Default Gravatar in WordPress, why? Because one of my favourite WordPress Comment enhancement is added Gravatar, after Gravatar become Automattic Family, Gravatar become more and more better. Especially integrated wi

How To Filter caption-Shortcode in WordPress

WordPress 2.5 and up added new featured that called wp-caption, this is nice custom, you can add extra text on your image post, beside that tricks you can explore more with this featured. My bigg problem is the default wp-caption … Read More

How To Increasing memory allocate on WordPress

WP_MEMORY_LIMIT is new options introducing in WordPress 2.5 and newer. This setting increases PHP Memory for WordPress, not other applications. Default Setting, WordPress will trying to Increase Memory into 32M By default, WordPress will atte

How To Set default Content in WordPress editor

There are some reason we need to add automatically default content in WordPress Post. The main reason for us is, re write some content again and again, It's really pain. Justin Tadlock has been create some function and this function … Read More

Excerpt or Content Word Limit in WordPress: Redux | bavotasan.com

There is a new function with WP 2.9 to increase this number. Check out Quick & Easy Excerpt Mods Coming in WordPress 2.9 for more on that subject. read more

Source: http://bavotasan.com/2009/limiting-the-number-of-words-in-your-excerpt-or-content-in-wordpress/

Create you own Excerpt in WordPress / WordPress Tricks & Tips

Easy Excerpt Mods on WordPress 2.9. WordPress 2.9 brings some new features, one of new features is Easy Excerpt Mods via little bit coding on our functions.php theme. read more

Source: http://wptricks.net/create-you-own-excerpt-in-wordpress/

remove table excerpt wordpress - WordPress Tricks & Tips

WordPress 2.9 brings some new features, one of new features is Easy Excerpt Mods via little bit coding on our functions.php theme. Here some tricks how to change read more

Source: http://wptricks.net/archives/remove-table-excerpt-wordpress?amp

13 Inspirational Design Resources for Web Developers | bavotasan.com

10 Great Free Mac Apps for Web Developers; Quick & Easy Excerpt Mods Coming in WordPress 2.9; 8 Free Colorful Background Textures for Designers read more

Source: http://bavotasan.com/2009/13-inspirational-design-resources-for-web-developers/

Biggest list ever edu gov high pr and blogs

on-gpu-computing http://bavotasan.com/tutorials/intergrating-bbpress-wordpress http curve_from_p.html http://blog.makezine.com/archive/2010/03/modified_easy_bake read more

Source: http://www.docstoc.com/docs/69410983/Biggest-list-ever-edu-gov-high-pr-and-blogs


2 Responses to Easy Excerpt Mods on WordPress 2.9

  1. Pingback: designfloat.com

  2. Pingback: How To Create you own Excerpt and Replace Original Excerpt # WordPress Tricks & Tips

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>