Info
- 5 posts
- 3 voices
- Started 2 years ago by psycheangels
- Latest reply from psycheangels
- This topic is resolved
rss feed for topic first post (topic-post) only ?
-
- Posted 2 years ago #
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
-
- Posted 2 years ago #
xxx.com/rss/topics
-
- Posted 2 years ago #
I was trying and trying every variations but I was using topic not topics!
-
- Posted 2 years ago #
All the variations, as far as I know, can be extrapolated from rss.php line 5 -> 57. There are very interesting RSS.
-
- Posted 2 years ago #
thx
-
You must log in to post.