If and else if
-
Hello . i want have shortcodes like this
[if field=geodir_post_category contains=1779]
<div class=”wpapps-popup-green”>[perks_popup_preview] </div>
[elseif field=geodir_post_category contains=1803]
<div class=”wpapps-popup-green”>[perks_popup_preview] </div>
[else]
<div class=”wpapps-popup-purple”>[perks_popup_preview] </div>
[/if]. But its not working , can you just tell me where the error is? or is there another way?
I’ve try like this too , but still not working
[if field=geodir_post_category contains=1779,1803 compare=or]
<div class=”wpapps-popup-green”>[perks_popup_preview] </div>
[else]
<div class=”wpapps-popup-purple”>[perks_popup_preview] </div>
[/if]Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘If and else if’ is closed to new replies.