If forum id=xyz echo different div for all topics of xyz
-
Hi!
I’m trying to display different divs for all topics of specific forums.
Wrong:<?php if ( is_post(xyz) ) : ?> <div>..</div>
or
<?php if ($forum_id=xyz) : ?> <div>..</div>
Suggest to need to use
get_topic_id
to get current topic ids?
Would be very happy for any help with this!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.