Tagged Questions
1
vote
1answer
63 views
Give “Read More” precedence over excerpt() word count
By default, the_excerpt() displays the content before the <!--more-->, trimming it at ~50 words.
Is there any way to prevent this trimming functionality when the <!--more--> is present, ...
0
votes
1answer
177 views
Prepending character(s) to a custom <!--more--> tag title?
I'm hacking around with a blog using Cordobo Green Park and I've noticed when I specify a custom title, instead of it beginning with a » symbol (as it does for the standard "» Read more: ...
1
vote
2answers
738 views
How to make <!--more--> a button?
There is plenty of information on how to make the Read More function display different text in the Codex but what kind of filter would need to be used to make it display <button class="readmorebtn" ...