Answers for "get the current page id in wordpress"

PHP
0

get the current page id in wordpress

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

target wordpress page id

body { background-color: red; }

.page-id-1 body, .page-id-2 body , .page-id-3 body { 
    background-color: green!important; 
}
Posted by: Guest on October-15-2020

Code answers related to "get the current page id in wordpress"

Browse Popular Code Answers by Language