Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,138
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- Showcase
- 3,252
-
Use get_topic_title()
to retrieve the topic title as a string while in the loop.
To get the actual index keys of the $topics
array, you can use array_keys
, or if you want to actual topic IDs, you’d need to use $topic->topic_id
inside a foreach loop assigning $topic
.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS