How to add short code to theme php
-
Hello, I typically add shortcodes in my theme with the function echo do_shortcode.
Since this has a conditional ‘wrapping’ format I’m curious how I would do it.Like this?
<?php echo do_shortcode(‘[coupon_is_active code=”easterbunny”]’) : ?>
<p>this is some html to show if coupon is active</p>
<?php echo do_shortcode(‘[/coupon_is_active]’) : ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add short code to theme php’ is closed to new replies.