Forums

Join
bbPress Support ForumsTroubleshootingexluding “user on” from topic feed title

Info

exluding “user on” from topic feed title

  1. 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?

  2. Probably by changing this: 'show_author' => 1, Make the 1 a 0?

  3. Ipstenu,

    No, it just removes “admin” at the end.

  4. You must log in to post.