• 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=&quot;BOE2&quot;]
    <ul>
     	<li>HAS BOE2</li>
    </ul>
    [/show_if]
    [/show_if]

    The [/show_if] at the end escapes but the rest seems to work.

    • This topic was modified 2 years, 2 months ago by jinsley8.
    • This topic was modified 2 years, 2 months ago by jinsley8.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Nesting [show_if] shortcode’ is closed to new replies.