language: PHP
licence: BSD
WORDPRESS INCLUDE PAGE CONTENT
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
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