Is there any plugin to automatically add tag when the post is longer than say 10 lines? I want to trim the post in the homepage but do not want to add more tags for all the post one by one.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
closed as off topic by anu, Michael, Tom J Nowell, toscho♦ Jan 17 at 14:17
Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Use the_excerpt() function.
You can add more link like this after the excerpt .
|
||||
|
|
