Created
February 4, 2015 18:04
-
-
Save alwerner/33c55f7b66902d864a1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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