Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created June 23, 2020 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekGhosh/a359da821b35b79ab02f9525e12afbe3 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/a359da821b35b79ab02f9525e12afbe3 to your computer and use it in GitHub Desktop.
Show WordPress Post Content
<?php
$id = ID#;
$p = get_page($id);
echo apply_filters('the_content', $p->post_content);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment