You are here
Home > Php > How to Show Read More link in WordPress Excerpts

How to Show Read More link in WordPress Excerpts

Normally all themes in WordPress by default gives read more button in excerpts (Excerpt is an optional summary or description of a post; in short, a post summary) which normally shown on category, archive and tags pages. But some themes does not provide read more button in excerpts so in that case you can use below code in functions.php file to show read more button/link in excerpts.

Note: By default the excerpt length is set to return 55 words. which means if post content is less than 55 words then read more button will not be shown, so if you still want to show read more button then you should decrease the excerpt length which you can do by pasting below code in functions.php.

Thanks

Please share if you like

Rajesh Kumar Sahanee
I am a passionate Java Developer and I like Computer Programming. I love to do some interesting experiments and listening music in my free time.
https://www.zatackcoder.com

Comments

zatackcoder
Top