• I have given “more” link for each post and when I click on “more” link it is show me single post. In this page I need to create a link that will return the user back to the original page. (“Back” or “Previous” link) Please help.

Viewing 1 replies (of 1 total)
  • Try adding:

    <a href="javascript:history.back()">Back</a>

    just after the Loop in single.php.

Viewing 1 replies (of 1 total)

The topic ‘Back link on Single post’ is closed to new replies.