Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active June 8, 2017 14:14
Show Gist options
  • Save ScarletPonytail/6cf58410771690b2d07f795b5c1bfad0 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/6cf58410771690b2d07f795b5c1bfad0 to your computer and use it in GitHub Desktop.
Wordpress - Pull a 'Page' shortcode into the theme
<?php echo do_shortcode("[shortcode]"); ?>
// Remember if the shortcode itself contains quote marks, you will need to replace the quotes wrapping the shortcode with single quotes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment