Tagged Questions
1
vote
2answers
134 views
Limit the_excerpt with max of x characters
What I'm trying to do:
I want to display the_excerpt, but I have a maximum of x characters the_excerpt may use, but I don't want to display a couple of characters of a word, only whole words.
Some ...
0
votes
1answer
279 views
Problem in replacing the_content with the_excerpt()
I want to add read more to a blog. For that I need to replace the function the_content(). I found it in the loop file and replaced it with the_excerpt() but still posts are being shown of full length. ...
2
votes
2answers
972 views
How to return the_excerpt (without echo)?
Hey all, I see that get_the_excerpt() echoes the post excerpt if it is manually set, but not if it is automatically generated (with just the 55 words, for example). [and its use is deprecated]
...