// get panel columns option
$panel_location = get_post_meta( get_the_ID(), '_myprefix_panel_location', true );
// one column
if ($panel_location == 'above_content') {
$panel_location ='above_content';
// default to after content
} else {
$panel_location ='below_content';
}// endif for columns class
?>
Contact
// panels before
if ($panel_location == 'above_content') { page_panels(); }
?>
There are many ways to stay in touch with us. Please see the following options below.
// after before
if ($panel_location == 'below_content') { page_panels(); }
?>