• Resolved robinhallett

    (@robinhallett)


    HI Friends,

    I am wondering how I can add a “read more” link to the post exerpts on my blog index page – since I upgraded themes all I get is […} but it’s not clickable. Can you help me please?

    https://www.robinhallett.com/blog/

    Thank you very much, extra hugs and sparkles to you!

    Robin

Viewing 1 replies (of 1 total)
  • Hi
    You can view file category.php ( /public_html/wp-content/themes/theme-name/category.php)

    Find loop <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    add code below LOOP <a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>'> read more </a>

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Need a "Read More" link’ is closed to new replies.