Read more link for excerpts
-
Installed this beautiful theme today. Only thing missing so far is a read more link when using excerpts. It was only 1 line of code to switch archive and category from full posts to excerpts. Replacing the line
get_template_part( 'template-parts/content', get_post_format() );
with
get_template_part( 'template-parts/content','excerpt');
It works.
Clicking on the title takes you to the post, but having a “… read more” link underneath the excerpt would be nice. I found a function nisarg_new_excerpt_more() in the functions.php file, but I do not know how to use it or where to add it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Read more link for excerpts’ is closed to new replies.