Get Page ID

DescriptionWordpress snippet by - 03/26/10

This is a get current page worksheet for wordpress.

Tags ,

$this_page_id = get_query_var('page_id');

$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");

$post->ID
  • Share
Authored by: Adam J Nowak
http://hyperspatial.com

Comments and Feedback