Skip to content

Instantly share code, notes, and snippets.

@rqreyes
Last active April 25, 2016 18:27
Show Gist options
  • Save rqreyes/f277957b1526dd76bbb3 to your computer and use it in GitHub Desktop.
Save rqreyes/f277957b1526dd76bbb3 to your computer and use it in GitHub Desktop.
rendering wordpress shortcode
[cmgForm]
or
<?php echo do_shortcode('[cmgForm]'); ?>
or
<?php
if (! is_page( array( 10 ) )) {
echo do_shortcode('[cmgForm]');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment