'widget_archive', 'description' => __( 'A monthly archive of your site’s posts. The look and feel has been altered to suit your theme.', 'awakening') ); parent::__construct('theme_archives', __('Awakening Archives', 'awakening'), $widget_ops); } function widget( $args, $instance ) { extract($args); $c = ! empty( $instance['count'] ) ? '1' : '0'; $d = ! empty( $instance['dropdown'] ) ? '1' : '0'; $title = apply_filters('widget_title', empty($instance['title']) ? __('Archives', 'awakening') : $instance['title'], $instance, $this->id_base); echo $before_widget; if ( $title ) echo $before_title . $title . $after_title; if ( $d ) { //Foundation Framework Specific Code ?>
id="get_field_id('dropdown'); ?>" name="get_field_name('dropdown'); ?>" />
id="get_field_id('count'); ?>" name="get_field_name('count'); ?>" />