WP-Tips: Adjusting Excerpt Display Count
Jun 9th, 2008 | By dikiem | Category: WordPress Tips and HackIn wordpress, the commonly used tag to show summary of an article or post is <?php the_excerpt(); ?>. By default, if you don’t provide an excerpt, wordpress will use the first 55 words in the article as the excerpt.
What if you want to have more or less than 55 words, how is this accomplished?
You can [...]
