Return to Snippet

Revision: 12333
at March 11, 2009 04:05 by spark9


Initial Code
is_home() will return true if it is the front page
$page = get_page_by_path($my_id);  
echo $page->post_content;
to output a page

Initial URL


Initial Description


Initial Title
WordPress Include Page Content

Initial Tags


Initial Language
PHP