Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    You can try following code in your theme single.php file:

    <?php global $post;
       if ($post->post_type == 'news') { ?>
          <a href="LINK FOR NEWS PAGE">Back to News</a>
    <?php } ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Back button’ is closed to new replies.