{"id":82300,"date":"2018-03-04T08:07:44","date_gmt":"2018-03-04T08:07:44","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/thinker-sidebar-shortcode\/"},"modified":"2021-12-08T16:00:37","modified_gmt":"2021-12-08T16:00:37","slug":"thinker-sidebar-shortcode","status":"publish","type":"plugin","link":"https:\/\/fr-be.wordpress.org\/plugins\/thinker-sidebar-shortcode\/","author":15745337,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"trunk","tested":"5.8.13","requires":"3.4","requires_php":"","requires_plugins":"","header_name":"Sidebar Shortcode","header_author":"ThinkerWebDesign","header_description":"Add sidebars to WP posts and pages via shortcodes.","assets_banners_color":"2d2c3a","last_updated":"2021-12-08 16:00:37","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.thinkerwebdesign.com\/thinker-sidebar-shortcode-plugin\/","header_plugin_uri":"http:\/\/www.thinkerwebdesign.com\/thinker-sidebar-shortcode-plugin\/","header_author_uri":"http:\/\/www.thinkerwebdesign.com","rating":5,"author_block_rating":0,"active_installs":1000,"downloads":8513,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"thinkerwebdesign","date":"2021-12-08 16:13:46"}},"upgrade_notice":{"1.0.0":"<p>This is the initial release of the plugin.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":3},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1833032,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":1833032,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":1833032,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1833032,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1833032,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":1833032,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":1833032,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"How to find a sidebar Name.","2":"How to find a sidebar ID.","3":"Example use of the shortcode."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[80,168,8512,4960,153914],"plugin_category":[43],"plugin_contributors":[154825],"plugin_business_model":[],"class_list":["post-82300","plugin","type-plugin","status-publish","hentry","plugin_tags-shortcode","plugin_tags-sidebar","plugin_tags-sidebar-shortcode","plugin_tags-widget-area","plugin_tags-widget-area-shortcode","plugin_category-customization","plugin_contributors-thinkerwebdesign","plugin_committers-thinkerwebdesign"],"banners":{"banner":"https:\/\/ps.w.org\/thinker-sidebar-shortcode\/assets\/banner-772x250.jpg?rev=1833032","banner_2x":"https:\/\/ps.w.org\/thinker-sidebar-shortcode\/assets\/banner-1544x500.jpg?rev=1833032","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/thinker-sidebar-shortcode\/assets\/icon-128x128.png?rev=1833032","icon_2x":"https:\/\/ps.w.org\/thinker-sidebar-shortcode\/assets\/icon-256x256.png?rev=1833032","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/thinker-sidebar-shortcode\/assets\/screenshot-1.png?rev=1833032","caption":"How to find a sidebar Name."},{"src":"https:\/\/ps.w.org\/thinker-sidebar-shortcode\/assets\/screenshot-2.png?rev=1833032","caption":"How to find a sidebar ID."},{"src":"https:\/\/ps.w.org\/thinker-sidebar-shortcode\/assets\/screenshot-3.png?rev=1833032","caption":"Example use of the shortcode."}],"raw_content":"<!--section=description-->\n<h4>Features:<\/h4>\n\n<ul>\n<li>Add sidebars to WP Posts and Pages with shortcodes using a sidebar Name or sidebar ID.<\/li>\n<li>Add one or more optional custom classes to match your theme styles or custom CSS styles.<\/li>\n<\/ul>\n\n<h4>How to Use:<\/h4>\n\n<p><strong>Method 1 - (Recommended Use: Add a sidebar using a sidebar Name.)<\/strong><\/p>\n\n<p>A sidebar Name can be found in the <code>Appearance &gt; Widgets<\/code> section of your WordPress Admin Area.<\/p>\n\n<p><em>Example uses:<\/em><\/p>\n\n<ul>\n<li><code>[sidebar name=\"your-sidebar-name\"]<\/code><\/li>\n<li><code>[sidebar name=\"your-sidebar-name\" class=\"custom-class\"]<\/code><\/li>\n<li><code>[sidebar name=\"your-sidebar-name\" class=\"custom-class-1 custom-class-2 custom-class-3\"]<\/code><\/li>\n<\/ul>\n\n<p><strong>Method 2 - (Advanced WP Users: Add a sidebar using a sidebar ID.)<\/strong><\/p>\n\n<p>A sidebar ID can be found in your theme's <code>register_sidebar<\/code> functions, usually in the theme's <code>functions.php<\/code> file.<\/p>\n\n<p><em>Example uses:<\/em><\/p>\n\n<ul>\n<li><code>[sidebar id=\"your-sidebar-id\"]<\/code><\/li>\n<li><code>[sidebar id=\"your-sidebar-id\" class=\"custom-class\"]<\/code><\/li>\n<li><code>[sidebar id=\"your-sidebar-id\" class=\"custom-class-1 custom-class-2 custom-class-3\"]<\/code><\/li>\n<\/ul>\n\n<p><strong>General Notes<\/strong><\/p>\n\n<ul>\n<li>The spelling and capitalization of a shortcode Name or ID must exactly match that of the desired sidebar.<\/li>\n<li>Definition of an active sidebar: An active sidebar is a sidebar that contains widgets.<\/li>\n<li>A <code>[sidebar]<\/code> shortcode without an active sidebar Name or active sidebar ID displays nothing.<\/li>\n<li>An active sidebar ID overrides a sidebar Name if both are present in the same shortcode.<\/li>\n<li>There is no limit to the number of shortcodes that can be used on the same page or post.<\/li>\n<li>The same sidebar shortcode can be used multiple times on the same page or post.<\/li>\n<\/ul>\n\n<p><strong>HTML Class Notes<\/strong><\/p>\n\n<ul>\n<li>Separate multiple custom classes using a space character. Examples shown in <code>Method<\/code> sections above.<\/li>\n<li>There is no limit to the number of custom classes that can be used.<\/li>\n<li>Each custom class must only contain (letter,number,-,_) characters, otherwise all custom classes are omitted.<\/li>\n<li>The sidebar ID is always added to the HTML class attribute if it contains only (letter,number,-,_) characters.<\/li>\n<\/ul>\n\n<h4>Demo:<\/h4>\n\n<p><a href=\"http:\/\/www.thinkerwebdesign.com\/thinker-sidebar-shortcode-plugin\/\">Visit Plugin URI<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install the plugin using the <code>Plugins<\/code> menu in your WordPress Admin Area or upload the plugin folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the <code>Plugins<\/code> menu in your WordPress Admin Area.<\/li>\n<li>Add sidebar shortcodes using the instructions in the above <code>How to Use<\/code> section.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='why%20is%20my%20shortcode%20not%20working%20as%20expected%3F'><h3>Why is my shortcode not working as expected?<\/h3><\/dt>\n<dd><p>Either no widgets are in the desired sidebar or the shortcode attributes are incorrect. See instructions in the above <code>How to Use<\/code> section.<\/p><\/dd>\n<dt id='how%20can%20a%20sidebar%20name%20be%20found%3F'><h3>How can a sidebar Name be found?<\/h3><\/dt>\n<dd><p>Sidebar Names can be found in the <code>Appearance &gt; Widgets<\/code> section of your WordPress Admin Area. See the <code>Method<\/code> sections and <code>Screenshots<\/code> section for details.<\/p><\/dd>\n<dt id='how%20can%20a%20sidebar%20id%20be%20found%3F'><h3>How can a sidebar ID be found?<\/h3><\/dt>\n<dd><p>Advanced WP users can find sidebar IDs in the active theme's <code>register_sidebar<\/code> functions, usually in the theme's <code>functions.php<\/code> file.\nSee the <code>Method<\/code> sections and <code>Screenshots<\/code> section for details.\nSee also: <a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/register_sidebar\">https:\/\/codex.wordpress.org\/Function_Reference\/register_sidebar<\/a><\/p><\/dd>\n<dt id='how%20many%20custom%20classes%20can%20be%20used%3F'><h3>How many custom classes can be used?<\/h3><\/dt>\n<dd><p>There is no limit to the number of custom classes.<\/p><\/dd>\n<dt id='can%20a%20sidebar%20name%20and%20sidebar%20id%20be%20used%20in%20the%20same%20shortcode%3F'><h3>Can a sidebar Name and sidebar ID be used in the same shortcode?<\/h3><\/dt>\n<dd><p>Yes, but a valid sidebar ID will override a sidebar Name if both are present in the same shortcode.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Add sidebars to WordPress posts and pages using shortcodes with a sidebar Name or ID.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/82300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=82300"}],"author":[{"embeddable":true,"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/thinkerwebdesign"}],"wp:attachment":[{"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=82300"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=82300"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=82300"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=82300"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=82300"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/fr-be.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=82300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}