The key feature added in Shiba Widgets 2.0 is the ability to render widgets in posts using shortcodes.
[Full Shiba Widgets description]
Below are a list of standard widgets including their specialized input parameters.
Common input parameters to all widgets include –
- before_title
- after_title
- title
Standard widget classes
List of standard widget classes and their inputs.
- WP_Widget_Pages
sortby (post_title, menu_order, ID), exclude, thumbnail, thumbsize[shiba-widget class="WP_Widget_Pages" title="My Pages" thumbnail="1" thumbsize="54" before_title="<h4>" after_title="</h4>"]
- WP_Widget_Calendar
[shiba-widget class="WP_Widget_Calendar"]
January 2021 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - WP_Widget_Archives
dropdown, count, type (monthly, monthlyandyearly, weekly, daily, yearly, postbypost, alpha), limit[shiba-widget class="WP_Widget_Archives" title="My Yearly Archives" type="yearly" limit="3"]
My Yearly Archives
- WP_Widget_Meta
[shiba-widget class="WP_Widget_Meta" title="My Meta"]
My Meta
- WP_Widget_Search
[shiba-widget class=”WP_Widget_Search”] - WP_Widget_Categories
dropdown, count, hierarchical[shiba-widget class=”WP_Widget_Categories” title=”My Categories” dropdown=”1″ hierarchical=”1″]
My Categories
- WP_Widget_Recent_Posts
number, show_date, thumbnail, thumbsize[shiba-widget class="WP_Widget_Recent_Posts" title="My Recent Posts" number="5" thumbnail="1"]
My Recent Posts
How to Make Poll Daddy Objects Mobile Responsive
Genesis Skins 1.5
Shiba Media Library 3.7
How to Expand the WordPress Media Manager Interface
Shiba Gallery 4.3
- How to Make Poll Daddy Objects Mobile Responsive
- Genesis Skins 1.5
- Shiba Media Library 3.7
- How to Expand the WordPress Media Manager Interface
- Shiba Gallery 4.3
- WP_Widget_Recent_Comments
number, blog_author, show_count, comment_length, thumbnal, thumbsize[shiba-widget class="WP_Widget_Recent_Comments" title="My Recent Comments" number="3" thumbnail="1" thumbsize="54" show_count="1"]
My Recent Comments
WordPress Search Widget – How to Style It (56)
- Nelson- Tanks master - Fine
- Nelson
Expand the WordPress Quick Edit Menu (58)
- Mike G- This is exactly what is happening to me. It is updating the value in the database and in the column, ...
- Mike G
Add a Metabox to Your Custom Post Type Screen (27)
- mike- Hi Shiba am a newbie to wordpress, I just installed a plugin with a custom post type, but has no option ...
- mike
- WordPress Search Widget – How to Style It on
- Expand the WordPress Quick Edit Menu on
- Add a Metabox to Your Custom Post Type Screen on
- WP_Widget_RSS
url, items, show_summary, show_author, show_date[shiba-widget class="WP_Widget_RSS" title="My Dog Blog" url="http://shibashake.com/dog/feed" items="3" show_summary="1" show_date="1"]
My Dog Blog
- Tortora’s Study, Dog Aggression, and Shock Collars November 6, 2015Discussion of Tortora's 1983 study which presents a 9 step process for suppressing avoidance motivated aggression in dogs. We examine Tortora's paper in detail, in particular what it says about shock collars and dog aggression.
- Do Our Dogs Love Us Unconditionally? July 18, 2014People often say that dogs love us unconditionally. Is this really true? Do dogs really love us, or is their "love" just a form of behavioral conditioning? We talk about doggy love, human love, and the human-dog relationship.
- 3 Dog Training Techniques May 26, 2014I had a lot of troubles with my Shiba Inu at the start. I was expecting a Disneyesque kind of dog, but got a furry terror instead. Here, I talk about 3 training techniques I used at the start, mistakes I made, and why I have stopped using these methods.
- Tortora’s Study, Dog Aggression, and Shock Collars November 6, 2015
- WP_Widget_Tag_Cloud
taxonomy (post_tag, category)[shiba-widget class="WP_Widget_Tag_Cloud" ]
Tags
custom background custom gravatar custom post type custom taxonomy custom wordpress theme featured-article gallery plugin media library media library plugin media manager media upload nav-page permalink shiba gallery shiba gallery plugin shiba media library theme-design-link w3tc wordpress-101-link wordpress-theme-images-link wordpress avatar wordpress comment wordpress comments wordpress custom taxonomy wordpress gallery wordpress gallery plugin wordpress gallery shortcode wordpress gravatar wordpress media library wordpress media library plugin wordpress media manager WordPress Plugin wordpress theme wordpress widget wordpress widgets wp-admin-panel-link wp-programming-link wp-syntax wp avatar wp gallery wp gallery plugin wp gravatar wp media library wp theme wp widget - WP_Nav_Menu_Widget
nav_menu[shiba-widget class="WP_Nav_Menu_Widget" nav_menu=100]
- Akismet_Widget
[shiba-widget class="Akismet_Widget"]
Spam Blocked
- Shiba_Widget_Tag_Cloud
taxonomy (post_tag, category), tag_size, tag_scope (local, all),[shiba-widget class="Shiba_Widget_Tag_Cloud" title="Local Tags" taxonomy="post_tag" tag_scope="local"]
Local Tags
wordpress widgets widgets plugin custom wordpress widgets shiba widgets wp widgets wp widgets plugin - Shiba_Widget_SocialButton
facebook, twitter, google, pinterest, direction (vertical, horizontal)[shiba-widget class="Shiba_Widget_SocialButton" facebook="1" twitter="1" google="1" pinterest="1" direction="horizontal"]
- Shiba_Widget_Author
avatar_size, length[shiba-widget class="Shiba_Widget_Author" title="About Me" avatar_size="96" length="100"]
- YARPP_Widget
use_template (list, thumbnails, custom)[shiba-widget class="YARPP_Widget" title="My Yarpp" use_template="thumbnails"]
My Yarpp
Get All Widget Classes
We can print out all of our current widget classes by using the following PHP code.
global $shiba_widgets; $widget_classes = $shiba_widgets->shortcode->get_widget_classes(); print_r($widget_classes);
I have a problem using your shiba wigdet, after wordpress actualization the fields in my custom widgets are not opening any more, and I’m not able to make any changes. I’m using 1.9.1 version of your plugin. My question is should I upgrade it to 2.0? When Im going to replace to old version with an new one, my custom widgets will still working or I’m going to delete everything?
I am currently using the latest version of the plugin on my own sites, with WP 4.0. I can only support the latest version of the plugin.
All the existing widget sets should still remain in place after an update.