your site currently says internal server error
DOh – sorry about that – I guess the staging URL redirect didn’t work like that.
You can just go to:
http://www.theworshipcommunity.com/staging/forums
I know I can add a text widget and use some RSS icons and build links, but I’m curious where these feeds come from here in the sidebar at bbpress.org:
Feeds
All Recent Posts
All Recent Topics
I’ve searched the plugins and don’t see anything. I feel like I’m missing something OBVIOUS?
@fmckinnon
its not a widget its just links in the sidebar.php file
And most of whats on this site in the sidebar is custom.
The links that you need
For forums/all recent topics
http://www.theworshipcommunity.com/staging/forums/feed
For topics/all recent posts
http://www.theworshipcommunity.com/staging/topics/feed
OK – so there’s no widget or plugin to easily display the RSS feeds for bbPress then?
@fmckinnon
you can just put simple HTML in the text widget to link to the feeds , it would basically do the same thing.
just add this into your text widget.
<ul>
<li><a href="http://www.theworshipcommunity.com/staging/forums/feed">All Recent Posts</a></li>
<li><a href="http://www.theworshipcommunity.com/staging/topics/feed" title="All Recent Topics">All Recent Topics</a></li>
</ul>
Hey @robkk –
We’re off the “staging” area now, so I’ve got the bbPress installed at:
http://www.theworshipcommunity.com/discuss/
The RSS feed for everything in the forum (new topics, replies, etc) is:
http://www.theworshipcommunity.com/discuss/feed/
However, when I try to do the /discuss/topics/feed it just says “comments on …” as if it would only be showing a comments feed. Nothing shows up there?