I’ve looked everywhere. Mostly BBPress files though…rss.php, some of the functions files, the widgets files
I would expect to see something like <post_author> ” on” <topic_id> somewhere in the php code and be able to delete everything before <topic_id> but not finding it.
What widget are you using to pull the feed into WordPress? And what feed URL are you using?
Look at rss2.php in your theme. It is line 19 in the stock kakumei theme.
Thanks for your help, Chris. Shockingly it didn’t work. I am using bbOrg theme for which there is no rss php file. So I changed the one in kakumei but didnt work. Maybe there is an override built into BBPress, WordPress somewhere else with the exact same code?
Note that I removed it on both my local server bbpress file and my actual live site’s server. Didn’t work in either case.
http://beernews.org/ Look at the left sidebar.
You would have to change the one in your theme, not a theme you’re not using. If you don’t have this file, then it’s a bbPress file that’s providing this function.
Wait – it used to be that if a file was not present in your theme, the file from the stock theme would be used. That’s not the case? Is the RSS data cached or something? Can you force a refresh?
Also, what widget are you using, and what feed URL are you using?
WordPress built-in RSS widget. I realized I was pulling the wrong feed..should have actually read what you were asking me earlier..
I wanted http://beernews.org/bbpress/rss/topics but was pulling http://beernews.org/bbpress/rss/ instead.
I would like the option to use either though and posts feed (2nd one) is still pulling the author. I have the rss2.php file open but am too exhausted to think. Will re-visit in AM.
There is no other mention of php post_author in Kakumei (except for threadauthor stuff in post.php) and certainly no mention in the BBOrg template. Something in the rss.php in the core BBPress files must be overriding the change in the template.
In my 0.9.0.2 installation, in the file bb-templates/kakumei/rss2.php, it’s most definitely line 19. Not sure why yours does not contain this line. See screenshot here.
http://www.chrishajer.com/bbpress/rss2.png
Here’s the original file:
https://trac.bbpress.org/browser/branches/0.9/bb-templates/kakumei/rss2.php#L19
I looked in the bbOrg template and know there is no file there. So another theme is overriding it. In my installation, that would be the stock kakumei theme.
While this isnt ‘resolved’ I found a workaround that served my purposes. It was a straightforward fix in some respects originally. Removing the beginning of line 19 did fix the title in my feed reader. For whatever reason, the RSS widget on my blog page wouldn’t take the new rules though. So I found the kb advanced rss widget and it read the title correctly.
So I’m not sure if there is an override built into the WP RSS Widget core or what.. regardless, thanks for the help.