Changing RSS Topic Title?
Posted: Wed Mar 21, 2007 2:22 pm
Is there anyway to make the RSS Feed Display the following as the title:
[%catagory%] %Title%
Thanks in advance!
[%catagory%] %Title%
Thanks in advance!
I'm using the Google Reader, and I've checked all of my feeds and none display the category. In other feeds I subscribe to, I do see the [%cat%] layout (Fark for example)garvinhicking wrote: However, note that most RSS readers have support to display the categories in a seperate column already, and that you would duplicate the title in that case.
Garvin
Which URL is your feed, and which is the one of "Fark" (don't know what that is)? Maybe you'Ve subscribed to your RSS 0.91 feed instead of the 2.0 one...I'm using the Google Reader, and I've checked all of my feeds and none display the category. In other feeds I subscribe to, I do see the [%cat%] layout (Fark for example)![]()
I personally use the windows RSS Bandit client, which shows categories (also for my own s9y feed) as a column....Is there a different reader I can use to test?
No problem. First you need to look at the real file.Now forgive the n00b question, but I looked at my feed_2.0.tpl.php file in the templates_c directory, and can't make heads or tails of it. Where would I update this?
Code: Select all
<title>{$entry.feed_title}</title>
Code: Select all
<title>[{foreach from=$entry.categories item="cat"}{$cat.feed_category_name} {/foreach}] {$entry.feed_title}</title>
I ended up subscribing to all my feeds to test itgarvinhicking wrote:Which URL is your feed, and which is the one of "Fark" (don't know what that is)? Maybe you'Ve subscribed to your RSS 0.91 feed instead of the 2.0 one...
Tried that, and the catagories do show up properly under Topics...hmmmI personally use the windows RSS Bandit client, which shows categories (also for my own s9y feed) as a column....
It's in templates/nameofyourtemplate/feed_2.0.tpl....etc
OMG, you don't know about FARK? It's rude news. And image modification contests. Worth it just for the funny headlines.Which URL is your feed, and which is the one of "Fark" (don't know what that is)? Maybe you'Ve subscribed to your RSS 0.91 feed instead of the 2.0 one...