// =========================================================================
// INSERT PAGE TO ANOTHER PAGE
// =========================================================================
function page_partners() {
$args = new WP_Query("page_id=285");
while($args->have_posts()) : $args->the_post();
the_content();
endwhile;
}
Leave a Reply