__('Full Width Content', 'affiliate-booster'), 'left-sidebar' => __( 'Sidebar / Content', 'affiliate-booster'), 'right-sidebar' => __( 'Content / Sidebar', 'affiliate-booster'), 'both-sidebars' => __( 'Sidebar / Content / Sidebar', 'affiliate-booster'), 'both-left' => __( 'Sidebar / Sidebar / Content', 'affiliate-booster'), 'both-right' => __( 'Content / Sidebar / Sidebar', 'affiliate-booster') ); $value = get_post_meta( $post->ID, 'aff_bost_temp_value', true ); if(empty($value)){ $value = 'right-sidebar'; } foreach($page_bud_radio as $name => $type_side) { ?> >