disable like on bbpress topics vs. replies
-
I’d like to *enable* ULike globally for bbPress, but *disable* it on the topic post, so that it shows up only on reply posts.
I think I can follow your recommendation here, if I can correctly query the topic post.
But I’ve tried it in a code snippet, including for instance:
if ( bbp_is_single_topic() && ($topic_id = 2503) )
without success.
Would appreciate the help of others in this small step; thank you!
Jim P.
The page I need help with: [log in to see the link]
- The topic ‘disable like on bbpress topics vs. replies’ is closed to new replies.