function CustomLogoWidget()
 {
     $widget_ops = array('description' => 'Displays Logo, Copyright and Additional Information');
     $control_ops = array('width' => 400, 'height' => 300);
     parent::nxt_Widget(false, $name = 'ET Custom Logo Widget', $widget_ops, $control_ops);
 }
 function Woo_flickr()
 {
     $widget_ops = array('description' => 'This Flickr widget populates photos from a Flickr ID.');
     parent::nxt_Widget(false, __('Woo - Flickr', 'woothemes'), $widget_ops);
 }
 function Woo_NavWidget()
 {
     $widget_ops = array('description' => 'Use this widget to add one of your Woo Custom Navigation Menus as a widget.');
     parent::nxt_Widget(false, __('Woo - Custom Nav Menu', 'woothemes'), $widget_ops);
 }
 function Woo_Twitter()
 {
     $widget_ops = array('description' => 'Add your Twitter feed to your sidebar with this widget.');
     parent::nxt_Widget(false, __('Woo - Twitter Stream', 'woothemes'), $widget_ops);
 }
 function Woo_Subscribe()
 {
     $widget_ops = array('description' => 'Add a subscribe/connect widget.');
     parent::nxt_Widget(false, __('Woo - Subscribe / Connect', 'woothemes'), $widget_ops);
 }
 function Woo_BlogAuthorInfo()
 {
     $widget_ops = array('description' => 'This is a WooThemes Blog Author Info widget.');
     parent::nxt_Widget(false, __('Woo - Blog Author Info', 'woothemes'), $widget_ops);
 }
 function Woo_EmbedWidget()
 {
     $widget_ops = array('description' => 'Display the Embed code from posts in tab like fashion.');
     parent::nxt_Widget(false, __('Woo - Embed/Video', 'woothemes'), $widget_ops);
 }
 function AdsenseWidget()
 {
     $widget_ops = array('description' => 'Displays Adsense Ads');
     $control_ops = array('width' => 400, 'height' => 500);
     parent::nxt_Widget(false, $name = 'ET Adsense Widget', $widget_ops, $control_ops);
 }
 function Woo_AdWidget()
 {
     $widget_ops = array('description' => __('Use this widget to add any type of Ad as a widget.', 'woothemes'));
     parent::nxt_Widget(false, __('Woo - Adspace Widget', 'woothemes'), $widget_ops);
 }
Example #10
0
 function AboutMeWidget()
 {
     $widget_ops = array('description' => 'Displays About Me Information');
     $control_ops = array('width' => 400, 'height' => 300);
     parent::nxt_Widget(false, $name = 'ET About Me Widget', $widget_ops, $control_ops);
 }
 function Woo_Search()
 {
     $widget_ops = array('description' => 'This is a WooThemes standardized search widget.');
     parent::nxt_Widget(false, __('Woo - Search', 'woothemes'), $widget_ops);
 }