Skip to content

Instantly share code, notes, and snippets.

@LeoLopesWeb
Created October 20, 2018 15:35
Show Gist options
  • Select an option

  • Save LeoLopesWeb/89428a1b2782c41f918133757dc74fc8 to your computer and use it in GitHub Desktop.

Select an option

Save LeoLopesWeb/89428a1b2782c41f918133757dc74fc8 to your computer and use it in GitHub Desktop.
$posts_page_id = get_option( 'page_for_posts');
$posts_page = get_page( $posts_page_id);
$posts_page_title = $posts_page->post_title;
$posts_page_url = get_page_uri($posts_page_id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment