• Hi,

    How can I put a link to the permalink of the post at the bottom of the post where the comment link is?

    Thanks

Viewing 1 replies (of 1 total)
  • Add something like this to your theme file(s):

    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Permalink</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Putting permalink after post’ is closed to new replies.