Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alwerner/33c55f7b66902d864a1a to your computer and use it in GitHub Desktop.
Save alwerner/33c55f7b66902d864a1a to your computer and use it in GitHub Desktop.
<?php $page_id = get_page_by_title($page->page_title);
$page_data = get_page($page_id); ?>
<p><?php echo $page_data->post_content; ?></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment