Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I display an rss feed button on my forums?

  • How do I display an rss feed button on my forums? I want a feed for all forums posts that people can click on and receive new posts via rss.

Viewing 3 replies - 1 through 3 (of 3 total)

  • chrishajer
    Participant

    @chrishajer

    Where would you want to show the button?

    Basically, you will just need to feed URL, then an image to use as the button, then decide where you want to put the buttons, the edit the file that is used to display that page, and edit the HTML to show the button.

    Thanks very much. OK this makes sense, but it looks like I’ll need a programmer.

    Just add these to the template file front-page.php

    <p><a class="rss-link" href="rss">All Recent Posts</a></p>
    <p><a class="rss-link" href="rss/topics">All Recent Topics</a></p>

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar