array(
'value' => 'right-sidebar',
'label' => __( 'Right sidebar
(default)', 'benevolent' ),
'thumbnail' => get_template_directory_uri() . '/images/right-sidebar.png'
),
'no-sidebar' => array(
'value' => 'no-sidebar',
'label' => __( 'No sidebar', 'benevolent' ),
'thumbnail' => get_template_directory_uri() . '/images/no-sidebar.png'
)
);
function benevolent_sidebar_layout_callback(){
global $post , $benevolent_sidebar_layout;
wp_nonce_field( basename( __FILE__ ), 'benevolent_sidebar_layout_nonce' );
?>
|
ID, 'benevolent_sidebar_layout', true ); ?>
|
|||