function __construct()
 {
     $widget_ops = array('description' => __('The most recent comments'));
     parent::__construct('RecentComments', $widget_ops);
     add_action('comment_post', array(&$this, 'flush_widget_cache'));
     add_action('transition_comment_status', array(&$this, 'flush_widget_cache'));
 }
 function __construct()
 {
     $widget_ops = array('description' => __("The most recent posts on your site"));
     parent::__construct('RecentPosts', $widget_ops);
     add_action('save_post', array(&$this, 'flush_widget_cache'));
     add_action('deleted_post', array(&$this, 'flush_widget_cache'));
     add_action('switch_theme', array(&$this, 'flush_widget_cache'));
 }
Beispiel #3
0
 function __construct()
 {
     $widget_ops = array('classname' => 'Terrific_Module_Flickr', 'description' => 'Show Flickr images');
     parent::__construct('Flickr', $widget_ops);
     $this->ajax('latest');
 }
Beispiel #4
0
 function __construct()
 {
     $widget_ops = array('description' => 'Your links list');
     parent::__construct('Links', $widget_ops);
 }
 function __construct()
 {
     $widget_ops = array('classname' => 'widget_terrific_categories', 'description' => __("A list or dropdown of categories"));
     parent::__construct('Categories', $widget_ops);
 }
 function __construct()
 {
     parent::__construct('Share', array());
 }
 function __construct()
 {
     $widget_ops = array('classname' => 'Widget_Terrific_ContentNavigation', 'description' => 'Displays post navigation');
     parent::__construct('ContentNavigation', $widget_ops);
 }
 function __construct()
 {
     parent::__construct('Feed', array());
 }
 function __construct()
 {
     parent::__construct('Twitter', array());
     $this->ajax('tweets');
 }
Beispiel #10
0
 function __construct()
 {
     $widget_ops = array('description' => 'Displays Comments (e.g. in Posts)');
     parent::__construct('Comments', $widget_ops);
 }
Beispiel #11
0
 function __construct()
 {
     $widget_ops = array('description' => 'A monthly archive of your site’s posts');
     parent::__construct('Archive', $widget_ops);
 }
Beispiel #12
0
 function __construct()
 {
     parent::__construct('Example', array());
 }
 function __construct()
 {
     parent::__construct('AuthorInfo', array());
 }
Beispiel #14
0
 function __construct()
 {
     parent::__construct('Wordmark', array());
     $this->ajax('wordmark');
 }
Beispiel #15
0
 function __construct()
 {
     parent::__construct('Logo', array());
 }
 function __construct()
 {
     $widget_ops = array('description' => __('Use this widget to add one of your custom menus as a widget.'));
     parent::__construct('Navigation', __('Custom Menu'), $widget_ops);
 }
 function __construct()
 {
     parent::__construct('CommentForm', array());
 }
Beispiel #18
0
 function __construct()
 {
     parent::__construct('Typobox', array());
 }
Beispiel #19
0
 function __construct()
 {
     $widget_ops = array('classname' => 'Widget_Terrific_Content', 'description' => 'Displays content (e.g. Posts)');
     parent::__construct('Content', $widget_ops);
 }
Beispiel #20
0
 function __construct()
 {
     $widget_ops = array('description' => __('Arbitrary text or HTML'));
     $control_ops = array('width' => 400, 'height' => 350);
     parent::__construct('Text', $widget_ops, $control_ops);
 }
 function __construct()
 {
     $widget_ops = array('classname' => 'Terrific_Module_BlogSwitcher', 'description' => 'Allows you to switch between blogs on your site');
     parent::__construct('BlogSwitcher', $widget_ops);
 }
Beispiel #22
0
 function __construct()
 {
     parent::__construct('Footer', array());
 }
Beispiel #23
0
 function __construct()
 {
     $widget_ops = array('description' => __("A search form for your site"));
     parent::__construct('Search', $widget_ops);
 }