Answers for "wordpress get post id of current page"

PHP
3

wordpress get post id

// Retrieve the ID of the current item in the WordPress Loop.
get_the_ID()
Posted by: Guest on February-19-2021
0

get wordpress id

echo get_the_ID();
Posted by: Guest on June-09-2020
0

get the current page id in wordpress

$page_id = get_queried_object_id();
Posted by: Guest on September-03-2020

Code answers related to "wordpress get post id of current page"

Browse Popular Code Answers by Language