Latest Topics in Sidebar
-
I’m trying to show the latest topics across the entire board in a sidebar. I foolishly tried creating a standard loop (
if ($topics) : foreach ($topics as $topic) : ?>
), but of course if you’re on a forum you only see topics within that forum, not across the entire board. I can’t puzzle out how to make the right query. Should I usebb_query
?$bbdb_get_results()
? Something else?Thanks.
- You must be logged in to reply to this topic.