• Resolved jwack

    (@jwack)


    I need to make a dynamic “read more” link that I can use inside each listing in the archive page. Each link would obviously go to the single post page for that listing.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This line from the WordPress Default theme’s archive.php produces a link that takes you to a single post page:

    <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    Thread Starter jwack

    (@jwack)

    Excellent, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding dynamic link in archive page to single post page?’ is closed to new replies.