• I’m just starting out with WordPress and enjoying it a great deal. One thing I haven’t figured out is how to put a Home link on the permalink page. I realize that the header contains this link but this is non-intuitive to users. What I’d like is to have a “Home” link at the end of the post, before comments (& probably after). Where can I find the php file which creates the permalink page?

    Thanks

    Bob

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can certainly add the link to the templates of your theme. If it has a single.php, edit this to get what you’re after; if not, edit index.php. To set it before comments, look for this in the template:

    <?php comments_template(); ?>

    Thread Starter bfinn19

    (@bfinn19)

    Thanks, worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home link on permalink page?’ is closed to new replies.