I imported the wordpress functions I need but get_the_ID() from wordpress doesn;t seem to work in bbpress. Is there a bbpress function that does the same thing? It gives you the index number of posts or comments or whatever that is currently being printed by the system
bbPress support forums » Plugins
get_the_ID() for bbpress
(3 posts)-
Posted 9 months ago #
-
you want
get_topic_id()for the current topic id
orget_post_id()for the current post idPosted 9 months ago # -
that worked. Thank you
Posted 8 months ago #
Reply
You must log in to post.