コード例 #1
0
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'tabs', 'description' => __('Your tabs', 'ct_theme'));
     parent::__construct('tabs', 'CT - ' . __('Tabs', 'ct_theme'), $widget_ops);
 }
コード例 #2
0
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'widget_socials', 'description' => __('Your socials', 'ct_theme'));
     parent::__construct('socials', 'CT - ' . __('Socials', 'ct_theme'), $widget_ops);
 }
コード例 #3
0
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'contact', 'description' => __('Displays contact widget', 'ct_theme'));
     parent::__construct('contact', 'CT - ' . __('contact', 'ct_theme'), $widget_ops);
 }
コード例 #4
0
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'recent_tweets', 'description' => __('Displays Recent Tweets.', 'ct_theme'));
     parent::__construct('twitter', 'CT - ' . __('twitter', 'ct_theme'), $widget_ops);
 }
コード例 #5
0
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'widget_facebook', 'description' => __('Displays newsletter form.', 'ct_theme'));
     parent::__construct('fb', 'CT - ' . __('Facebook', 'ct_theme'), $widget_ops);
 }
コード例 #6
0
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'widget_flickr', 'description' => __('Displays Flickr photostream.', 'ct_theme'));
     parent::__construct('flickr', 'CT - ' . __('Flickr photostream', 'ct_theme'), $widget_ops);
 }
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'google_maps_markers', 'description' => __('Displays Google map markers', 'ct_theme'));
     parent::__construct('google_maps_markers', 'CT - ' . __('Google Maps Markers', 'ct_theme'), $widget_ops);
 }
コード例 #8
0
 /**
  * Creates wordpress
  */
 function __construct()
 {
     $widget_ops = array('classname' => 'widget_recent_posts', 'description' => __('Displays recent posts.', 'ct_theme'));
     parent::__construct('recent_posts', 'CT - ' . __('Recent posts', 'ct_theme'), $widget_ops);
 }