Info
- 3 posts
- 2 voices
- Started 3 years ago by Avaz Ibragimov
- Latest reply from Avaz Ibragimov
- This topic is not resolved
exluding “user on” from topic feed title
-
- Posted 3 years ago #
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 adminNow, how can I exclude “admin on” part from the title?
-
- Posted 3 years ago #
Probably by changing this:
'show_author' => 1,Make the 1 a 0? -
- Posted 3 years ago #
Ipstenu,
No, it just removes “admin” at the end.
-
You must log in to post.