Features
Support
About
News
Contact
Arrange a Demo
$con = get_post_meta(get_the_ID(), '_contact_form', true); if(!empty($con)) { ?>
the_content(); ?>
echo apply_filters('the_content', $con); ?>
} else { ?> the_content(); ?> } ?>
//footer ?> wp_footer(); ?> wp_reset_query(); $foot = get_post(270); ?>
echo apply_filters(the_content, $foot->post_content); ?>
} ?>