Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created February 24, 2017 13:31
Show Gist options
  • Save ScarletPonytail/cbeb173be9a83b1f6a75d5fe15fe6389 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/cbeb173be9a83b1f6a75d5fe15fe6389 to your computer and use it in GitHub Desktop.
Wordpress - Pull Page Content into Theme
<?php $id=47; $post = get_page($id); echo $post->post_content; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment