groups

info


tags: wordpress

Link to this snippet:


Download to Code Collector

language: PHP
licence: BSD

WORDPRESS INCLUDE PAGE CONTENT

options: send to code collectorview all maeghan's snippets
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