Info
- 5 posts
- 3 voices
- Started 2 years ago by vcmeuk
- Latest reply from chrishajer
Editing the RSS feed output
-
- Posted 2 years ago #
Can anyone point me in the direction of how to edit the output of the RSS feeds?
Specifically i'm looking to change the output for individual forum feeds so that the title instead of reading postername on "post title" i'd like it to output simply "post title"
-
- Posted 2 years ago #
In your templates folder than rss2.php
U can use this to show only the title:
<title><?php topic_title( $bb_post->topic_id ); ?></title>
-
- Posted 2 years ago #
Jongeren, is there a way to do it without modifying core files, with a plugin or other function?
-
- Posted 2 years ago #
Many thanks Jongeren, i did'nt think of looking in the theme files for anything RSS related!
-
- Posted 2 years ago #
heh, I didn't think of that either. I didn't realize this was editing a template file, not a core file. Thanks Jongeren for the solution. Feel free to ignore my previous message.
-
This topic is
closed