Skip to content

Instantly share code, notes, and snippets.

@envex
Created May 28, 2010 14:03
Show Gist options
  • Save envex/417178 to your computer and use it in GitHub Desktop.
Save envex/417178 to your computer and use it in GitHub Desktop.
<?php
$from_the_president = get_posts('post_type=page&include=17');
$from_the_president = $from_the_president[0];
?>
<div class="entry">
<h3><?php echo $from_the_president->post_title; ?></h3>
<?php echo apply_filters('the_content',$from_the_president->post_content); ?>
</div> <!-- entry -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment