Info
- 3 posts
- 2 voices
- Started 4 years ago by darkling235
- Latest reply from darkling235
- This topic is resolved
get_the_ID() for bbpress
-
- Posted 4 years ago #
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
-
- Posted 4 years ago #
you want
get_topic_id()for the current topic id
orget_post_id()for the current post id -
- Posted 4 years ago #
that worked. Thank you
-
You must log in to post.