rss feed for topic first post (topic-post) only ?
-
xxx.com/rss is latest rss posts but how do i get latest rss topics ? without recent topic post.
i look at rss.php i found this
case 'all-topics':
if ( !$topics = get_latest_topics() )
die();
$posts = array();
foreach ($topics as $topic) {
$posts[] = bb_get_first_post($topic->topic_id);
}
$title = esc_html( sprintf( __( '%1$s » Recent Topics' ), bb_get_option( 'name' ) ) );
$link = bb_get_uri();
$link_self = bb_get_topics_rss_link();
break;so how i get that rss feed ?
thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.