I’m wondering how I can change the excerpt length? I’ve tried looking in the php files but couldn’t find anything relevant. Also, how would I just replace the excerpt with the entire content post, although this option would also need a way to have HTML from articles on the main blog page
Site in question: http://www.coverthiphop.com/
Cheers
Bump.
Anyone? I know at least a few people have checked my site out
I’d like to know this too; I’ve also poked around in the php files and come up empty. This really seems like something that should be in the UI rather than hidden in the code anyway.
If you look in functions.php you’ll find a function esplanade_excerpt_length
which returns the number of words in the excerpt. You can change that number or you can customize individual excerpts.
-
This reply was modified 11 years, 9 months ago by Daniel Tara.