About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
matthijs166
1/13/2018 - 4:44 PM
share
Share
add_circle_outline
Save
Get archive page ID
Get the post id from a archive page wordpress
get id archive
content_copy
file_download
$page_id = get_queried_object_id(); echo $page_id;
clear