Skip to content

Instantly share code, notes, and snippets.

@advitum
Created February 9, 2015 09:21
Show Gist options
  • Save advitum/9c1f66810fb72c8108fd to your computer and use it in GitHub Desktop.
Save advitum/9c1f66810fb72c8108fd to your computer and use it in GitHub Desktop.
Display the pages content on a WP custom home-page.
<?php
global $post;
$page = get_option('page_for_posts');
$post = get_page($page);
setup_postdata($post);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment