Skip to content

Instantly share code, notes, and snippets.

@alexadark
Created May 23, 2014 10:51
Show Gist options
  • Save alexadark/f890612870272b4dad74 to your computer and use it in GitHub Desktop.
Save alexadark/f890612870272b4dad74 to your computer and use it in GitHub Desktop.
include page
function include_page($path) {
$post = get_page_by_path($path);
$content = apply_filters('the_content', $post->post_content);
echo $content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment