Skip to:
Content
Pages
Categories
Search
Top
Bottom

Editing the RSS feed output


  • vcmeuk
    Member

    @vcmeuk

    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”

Viewing 4 replies - 1 through 4 (of 4 total)

  • 56alifar
    Blocked

    @56alifar

    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>


    chrishajer
    Participant

    @chrishajer

    Jongeren, is there a way to do it without modifying core files, with a plugin or other function?


    vcmeuk
    Member

    @vcmeuk

    Many thanks Jongeren, i did’nt think of looking in the theme files for anything RSS related!


    chrishajer
    Participant

    @chrishajer

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar