12

Limit Wordpress Posts Text Length Without The Use Of Plugins

http://stuartduff.com

Sometimes when creating wordpress themes you might want to automatically limit the length of post text that is displayed in the main page post teaser view to make things easier for clients when writing articles. You could use a plugin like limit-post etc but I always find it much easier to contain all these type of modifications within the themes own functions.php file. This little wordpress hack will allow you to limit the displayed post text by a defined number of words on your blogs home page.

Created by Stuart 2 years 7 weeks ago – Made popular 1 year 42 weeks ago
Category: Wordpress Hacks