{"id":17812,"date":"2012-05-09T14:52:03","date_gmt":"2012-05-09T14:52:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/widgetable\/"},"modified":"2016-06-15T04:29:26","modified_gmt":"2016-06-15T04:29:26","slug":"widgetable","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/widgetable\/","author":8869163,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3","stable_tag":"trunk","tested":"4.3.34","requires":"3","requires_php":"","requires_plugins":"","header_name":"Widgetable","header_author":"Hal Gatewood","header_description":"","assets_banners_color":"1095e8","last_updated":"2016-06-15 04:29:26","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/halgatewood.com\/widgetable\/","header_plugin_uri":"http:\/\/halgatewood.com\/widgetable","header_author_uri":"http:\/\/www.halgatewood.com","rating":4,"author_block_rating":0,"active_installs":50,"downloads":7797,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":"1","4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1436870","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"666522","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"666522","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"666522","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"666522","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"666522","resolution":"5","location":"assets"}},"screenshots":{"1":"Meta box on the post and pages edit page.","2":"Widgets are custom post type and use standard WordPress functionality","3":"Add shortcodes to your widget content area for even more widget options. Here we grab certain testimonials based on type.","4":"Widgets displayed on the frontend. Including a MailChimp newsletter form.","5":"Add the custom widgets by adding the Widgetable Widget to your sidebar"}},"plugin_section":[74],"plugin_tags":[2845,168,241],"plugin_category":[43],"plugin_contributors":[78565,85454],"plugin_business_model":[],"class_list":["post-17812","plugin","type-plugin","status-closed","hentry","plugin_section-adopt-me","plugin_tags-adopt-me","plugin_tags-sidebar","plugin_tags-widgets","plugin_category-customization","plugin_contributors-halgatewood","plugin_contributors-webstarsnepal","plugin_committers-riwaj","plugin_committers-themebuz"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/widgetable_1095e8.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/widgetable\/assets\/screenshot-1.png?rev=666522","caption":"Meta box on the post and pages edit page."},{"src":"https:\/\/ps.w.org\/widgetable\/assets\/screenshot-2.png?rev=666522","caption":"Widgets are custom post type and use standard WordPress functionality"},{"src":"https:\/\/ps.w.org\/widgetable\/assets\/screenshot-3.png?rev=666522","caption":"Add shortcodes to your widget content area for even more widget options. Here we grab certain testimonials based on type."},{"src":"https:\/\/ps.w.org\/widgetable\/assets\/screenshot-4.png?rev=666522","caption":"Widgets displayed on the frontend. Including a MailChimp newsletter form."},{"src":"https:\/\/ps.w.org\/widgetable\/assets\/screenshot-5.png?rev=666522","caption":"Add the custom widgets by adding the Widgetable Widget to your sidebar"}],"raw_content":"<!--section=description-->\n<p>It creates a custom post type of Widget and adds a meta box with some select boxes to the edit page. \nA setting in: Settings -&gt; Widgetable allows you to specify how many select boxes to show.\nEasily add the Widgetable Widget to your sidebar and you're done.<\/p>\n\n<p>This plugin is geared for sidebars on a company website or non-blog sections of your website. It allows you to create reuseable text widgets, add custom logic with shortcodes or anything else you can do in the TinyMCE editor.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Add plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add the Widgetable Widget to your sidebar or place <code>&lt;?php get_widgetables(); ?&gt;<\/code> in your template<\/li>\n<li>Go to <code>Settings-&gt;Widgetable<\/code> and choose how many widget spots you want to show<\/li>\n<li>Create a few widgets in the 'Widgets' area of your admin navigation<\/li>\n<li>Go to a page or post and select which widgets to show<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>I don't see the widgets on my website, what gives?<\/dt>\n<dd><p>There are two ways to install widgetable:<\/p>\n\n<ol>\n<li>Add the Widgetable Widget to your sidebar.<\/li>\n<li>Add <code>&lt;?php get_widgetables(); ?&gt;<\/code> in the sidebar (or wherever you want them to display).<\/li>\n<\/ol>\n\n<p>It might be smart to add if <code>function_exists('get_widgetables')<\/code> around your call.<\/p><\/dd>\n<dt>How do I change the number of widget spots?<\/dt>\n<dd><p>Go to Settings -&gt; Widgetable and choose how many widget spots you want to show<\/p><\/dd>\n<dt>How do I hide the widget title?<\/dt>\n<dd><p>When adding your widget you can set a custom field of 'hide_title' to true or 1<\/p><\/dd>\n<dt>How can I changed the widget template?<\/dt>\n<dd><p>To update how the widgets display you will need to use the 'widgetable_display_widget' filter. Example coming soon...<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3<\/h4>\n\n<ul>\n<li>Updated WP_Widget contstruct<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Added 'add_filters' for the following items:\n++ Width Post Types to display the widgetable meta box on 'widgetable_post_types' (default: post, page)\n++ Order of default widgets 'widgetable_default_order_by'\n++ Removed template.php 'widgetable_display_widget'<\/li>\n<li>Added Menu Icons<\/li>\n<li>Fixed PHP errors<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added widetable widget so you can easily add widgetable widgets to your sidebar.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial load of the plugin.<\/li>\n<\/ul>","raw_excerpt":"Widgetable allows you to specify exactly which custom widgets you want on a per page\/post basis.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/17812","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=17812"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/halgatewood"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=17812"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=17812"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=17812"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=17812"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=17812"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=17812"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}