Skip to content

Instantly share code, notes, and snippets.

@srhise
Created January 29, 2014 20:06
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 srhise/8695877 to your computer and use it in GitHub Desktop.
Save srhise/8695877 to your computer and use it in GitHub Desktop.
get_post()
<?php
$post_7 = get_post(7, ARRAY_A);
$title = $post_7['post_title'];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment