Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to edit the theme’s index.php template first to move the code out of the post meta area first; Look for:
    <div class="alignright"><a href="<?php the_permalink();?>" class="readmore"><span>Read More</span></a></div>

    and delete it. Then try adding <a href="<?php the_permalink();?>" class="readmore"><span>Read More</span></a> immediately after <?php the _content();?>.

    Thread Starter paytontx12

    (@paytontx12)

    Thanks esmi! Worked great.

    But how do I get the ‘Read More’ to not show if the entire post is already visible (i.e. i didn’t manually insert the <!–more–> tag into the post??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read More Button/Link in Metadata – want in post’ is closed to new replies.