Forums

Join
bbPress Support ForumsPluginsget_the_ID() for bbpress

Info

get_the_ID() for bbpress

  1. 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

  2. you want get_topic_id() for the current topic id
    or get_post_id() for the current post id

  3. that worked. Thank you

  4. You must log in to post.