'section-widget-tabbed', 'description' => __('Display section-specific content in tabs.')); $control_ops = array('width' => 400); $this->WP_Widget('section-tabbed', __('Section (Tabbed)'), $widget_ops, $control_ops); } function widget( $args, $instance ) { extract($args); extract(wp_parse_args((array) get_option('section-widget-settings'), array( 'heightfix' => false // This is all I care about ))); if(isset($_GET['swt-scope-test'])) { echo $before_widget . '
" />
$this->get_field_id('conditions'), 'name' => $this->get_field_name('conditions'), 'special-pages' => array('selected' => $special_pages), 'pages' => array('selected' => $pages), 'categories' => array('selected' => $categories), 'tags' => array('selected' => $tags) )); ?>
Formatting Help: You may use HTML in this widget, and it is probably a good idea to wrap the content in your own <div> to aid styling. Shortcodes are also allowed, but please beware not all of them will function properly on archive pages.