Skip to content

Instantly share code, notes, and snippets.

@kostiantyn-petlia
Created August 7, 2015 12:01
Show Gist options
  • Save kostiantyn-petlia/b4259605e8926ef47037 to your computer and use it in GitHub Desktop.
Save kostiantyn-petlia/b4259605e8926ef47037 to your computer and use it in GitHub Desktop.
//WordPress has a few useful options, you can get the homepage ID by using the following:
$frontpage_ID = get_option('page_on_front');
//or the Blog ID by using:
$blog_ID = get_option('page_for_posts');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment