'socials', 'description' => 'Displays the post image and title.'.'bundler' ); /* Create the widget. */ parent::__construct( 'socials-widget','Bundler - Premium Social Widget', $widget_ops, '' ); } function widget( $args, $instance ) { global $bundler_data; extract( $args ); /* User-selected settings. */ $title = apply_filters('widget_title', $instance['title'] ); echo $before_widget; if ( $title ) echo $before_title . $title . $after_title; ?>
'Social'); $instance = wp_parse_args( (array) $instance, $defaults ); ?>
You can put social icons via Theme options.