// 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
?>
Apply Online
// panels before
if ($panel_location == 'above_content') { page_panels(); }
?>
Click on the membership level you would like to receive.
|
Individual |
Couple |
Family (children through age 22) |
Benefactor |
Lifetime |
| Price |
$25 |
$30 |
$35 |
$100 |
$500 |
| |
|
|
|
|
|
// after before
if ($panel_location == 'below_content') { page_panels(); }
?>