OOPS!
Can\'t find the page.
', 'peony'); if ($page_id > 0) { $query = new WP_Query(array('page_id' => $page_id)); if ($query->have_posts() ) { while ($query->have_posts()) { $query->the_post(); $title = get_the_title(); $content = get_the_content(); } } wp_reset_postdata(); } get_header(); peony_make_page_title_bar(PAGE_TITLE_BAR); ?>