Nesting [show_if] shortcode
-
Is there any way to properly nest the [show_if] shortcode?
I’m testing this:
[show_if has_tag="BOE"] TEST - HAS BOE [show_if has_tag="BOE1"] <ul> <li>HAS BOE1</li> </ul> [/show_if] [show_if has_tag="BOE2"] <ul> <li>HAS BOE2</li> </ul> [/show_if] [/show_if]
The [/show_if] at the end escapes but the rest seems to work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Nesting [show_if] shortcode’ is closed to new replies.