amara84

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • amara84
    Participant

    Hi Brian,

    I actually find the solution.
    I have to use template tags.
    Here is the code I used if that can help anyone.

    <?php if (has_tag( array( 'Monday' ) )) :?>
    write condition here
    <?php else: ?>
    write condition here
    <?php endif; ?>

    Many thanks for your help!

    amara84
    Participant

    Hi Brian,

    Many thanks for your response, it was very helpful.
    However I am a bit struggling with the tag fuction.
    I’ve been reading your section with the different functions and I can’t find anything which can help me do an if statements for my urls.
    I tried a few like tribe_meta_event_tags, tribe_tag but it doesn’t work. I was wondering if you could tell me which function I can use to make a condition with the tags.

    Many thanks

Viewing 2 posts - 1 through 2 (of 2 total)