Answers for "wordpress page id"

PHP
0

get wordpress page link by id

echo get_page_link($page_id);
Posted by: Guest on May-13-2020
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

Browse Popular Code Answers by Language