Info
- 4 posts
- 3 voices
- Started 2 years ago by fifthhouse
- Latest reply from bbhack
- This topic is resolved
How do I display an rss feed button on my forums?
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
Thanks very much. OK this makes sense, but it looks like I'll need a programmer.
-
- Posted 2 years ago #
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> -
You must log in to post.