• I would like to automatically insert a hyperlink to the end of each post, which reads “Discuss this item in our forum”. How would i go about doing this? Is there a plugin that will enable this? Thanks in advance.

Viewing 1 replies (of 1 total)
  • As long as the link is going to the same place…..

    somewhere in your loop in index.php…
    (for example…under the line that calls the content….
    <?php the_content('Read the rest of this entry &raquo;'); ?>)

    you could add:
    <a href="https://yourlink.com">Discuss this item in our forum</a>

    You could wrap the text in a class, or span it to style and position it… and exactly where in the loop you place it depends on your theme, and where you want it.

    If you want the hyperlink to be different for each post…..well, that’s a different story….

Viewing 1 replies (of 1 total)
  • The topic ‘Add a hyperlink to the bottom of every post’ is closed to new replies.