Get Content or any field of Current Page
Friday, 05. 9. 2008 – Category: Wordpress
Any field in POST table
$page = get_page ( $wp_query->get(’page_id’) );
echo $page->post_content;
Tags: page
Friday, 05. 9. 2008 – Category: Wordpress
Any field in POST table
$page = get_page ( $wp_query->get(’page_id’) );
echo $page->post_content;
Tags: page