matthijs166
1/13/2018 - 4:44 PM

Get archive page ID

Get the post id from a archive page wordpress

$page_id = get_queried_object_id();
echo $page_id;