A handy little templatetag for wordpress is the ‘do shortcode’ tag.
It turns your shortcode into a templatetag;
<? php echo do_shortcode("[my_shortcode]"); ?>
Where ‘my_shortcode’ is to be replaced with the shortcode you want to run.

A handy little templatetag for wordpress is the ‘do shortcode’ tag.
It turns your shortcode into a templatetag;
<? php echo do_shortcode("[my_shortcode]"); ?>
Where ‘my_shortcode’ is to be replaced with the shortcode you want to run.

0 Comments
You can be the first one to leave a comment.