• Resolved mrjimpatterson

    (@mrjimpatterson)


    On the blog page the excerpts show a set number of words and then stop. I know that by clicking either the title of the post or the featured image they go to the specific post page, but readers are saying they are confused.

    Is there a setting, or a plugin I can use with the Hueman Theme to get a “Read More” text link that goes to the page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • No setting (don’t know for plugin) but some PhP modifications.
    For all post except featured, add this near the bottom of content.php, after “<?php the_excerpt(); ?>”:

    <a href="<?php the_permalink(); ?>">Read more</a>

    For featured posts, you do the same in content-featured.php
    This is for “Read more” below the post excerpt.
    In child theme, normally, and mark thread [resolved] if no further questions.

    Thread Starter mrjimpatterson

    (@mrjimpatterson)

    Thank you Mike!

    Am impressed! Didn’t expect a response til Monday AM.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Blog Post Excerpts’ is closed to new replies.