Skip to content

Instantly share code, notes, and snippets.

@wesbillman
Created September 22, 2009 16:43
Show Gist options
  • Save wesbillman/191216 to your computer and use it in GitHub Desktop.
Save wesbillman/191216 to your computer and use it in GitHub Desktop.
<?php
$my_post = get_post($my_id = 12);
echo $my_post->post_title;
echo $my_post->post_content;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment