How to get reply ids within topic loop?
-
Hello guys!
I am trying to run a replies loop within topics loop… and scratching my head..
(more specifically, at loop-single-topic.php compat template .. I am trying to do something like..bbp_has_replies(); while ( bbp_replies() ) : bbp_the_reply(); $current_topic_reply_id = bbp_get_reply_id(); echo $current_topic_reply_id ; endwhile;
and.. i am getting.. same IDs under every topic..
would you help me to get reply IDs for each topic including the topic ID itself?
Thank you very much guys..
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.