I've looked through the other solutions for having multiple excerpt lengths in Wordpress, but none of those solutions have worked for me. I need to have two different lengths of excerpt displaying on the same page. Can someone help me out?
Asked
Active
Viewed 273 times
3 Answers
0
Create your own excerpt. When editing a post or page, click on "Screen options" in the right upper corner, check an excerpt field and write desired content.

Ivan Hanák
- 2,214
- 1
- 16
- 25
0
I use this plugin: http://wordpress.org/plugins/advanced-excerpt/
This allows you to do various things including what you want e.g. from the docs:
the_advanced_excerpt('length=320&use_words=0&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong');

matpol
- 3,042
- 1
- 15
- 18
0
See this question and answer. There's a function that let's you specify how the length of the excerpt on an ad-hoc basis.
-
Following your link, I took a second look at the solution at http://stackoverflow.com/questions/4082662/multiple-excerpt-lengths-in-wordpress. I guess I was tired last night because I realized this morning that the string I'd been feeding the function (the_excerpt()) was shorter than my limit of 22 words, so of course I wouldn't see my desired number. SMH! Thanks for the help! – John Plastow II Nov 21 '13 at 18:05