Skip to:
Content
Pages
Categories
Search
Top
Bottom

exluding “user on” from topic feed title


  • Avaz
    Member

    @avazbek

    I’m displaying latest forum posts using RSS:

    <?php require_once(ABSPATH . WPINC . '/rss.php');
    wp_widget_rss_output('http://localhost/bbpress/rss.php', array('items' => 5, 'show_author' => 1, 'show_date' => 1));
    ?>

    and the code above displays as follows:

    admin on “Test topic” 13/03/2009 admin

    Now, how can I exclude “admin on” part from the title?

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