Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created January 13, 2018 16:44
Show Gist options
  • Save matthijs166/784627e865af535d8c52ee439ac3ce15 to your computer and use it in GitHub Desktop.
Save matthijs166/784627e865af535d8c52ee439ac3ce15 to your computer and use it in GitHub Desktop.
Get the post id from a archive page wordpress
$page_id = get_queried_object_id();
echo $page_id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment