__('Banner Heading', THEME_NAME), 'type' =>'input', 'info' => __( 'Enter the banner heading for the current post' , THEME_NAME), 'validation'=>'', 'attrs'=>array('class' => 'input-block-level'), ); $options['post']['post_banner_image'] = array( 'label' =>__('Banner Image', THEME_NAME), 'type' =>'image', 'info' => __( 'select the banner image for the current post' , THEME_NAME), 'validation'=>'', 'attrs'=>array('class' => 'input-block-level'), ); /*$options['post']['sidebar'] = array( 'label' =>__('Post Sidebar', THEME_NAME), 'type' =>'dropdown', 'info' => __( 'select the sidebar for the current post' , THEME_NAME), 'validation'=>'', 'value' => jr_sidebars_array(), 'attrs'=>array('class' => ''), ); */ $options['page']['page_banner_heading'] = array( 'label' =>__('Banner Heading', THEME_NAME), 'type' =>'input', 'info' => __( 'Enter the banner heading for the current post' , THEME_NAME), 'validation'=>'', 'attrs'=>array('class' => 'input-block-level'), ); $options['page']['page_banner_image'] = array( 'label' =>__('Banner Image', THEME_NAME), 'type' =>'image', 'info' => __( 'select the banner image for the current post' , THEME_NAME), 'validation'=>'', 'attrs'=>array('class' => 'input-block-level'), ); /*$options['page']['sidebar'] = array( 'label' =>__('Page Sidebar 1', THEME_NAME), 'type' =>'dropdown', 'info' => __( 'select the sidebar for the current page' , THEME_NAME), 'validation'=>'', 'value' => jr_sidebars_array(), 'attrs'=>array('class' => ''), );*/