{"id":9454,"date":"2010-06-21T09:32:39","date_gmt":"2010-06-21T09:32:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/featured-post-type-widget\/"},"modified":"2010-06-21T15:34:49","modified_gmt":"2010-06-21T15:34:49","slug":"featured-post-type-widget","status":"publish","type":"plugin","link":"https:\/\/it.wordpress.org\/plugins\/featured-post-type-widget\/","author":6380627,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"3.0.5","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Featured Post Type","header_author":"Ranjith Siji","header_description":"","assets_banners_color":"","last_updated":"2010-06-21 15:34:49","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/ranjith.zfs.in\/plugins\/featured-post-type\/","header_author_uri":"http:\/\/ranjith.zfs.in\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3623,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Please stay current with your WordPress installation, your active theme, and your plugins.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"The options panel."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[89,838,4254,166,13427],"plugin_category":[59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-9454","plugin","type-plugin","status-publish","hentry","plugin_tags-category","plugin_tags-featured","plugin_tags-multi-widget","plugin_tags-posts","plugin_tags-user-options","plugin_category-utilities-and-tools","plugin_committers-ranjithsiji"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/featured-post-type-widget.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin create a widget which will display a configured post type (From Custom Post Type \u2013 WordPress 3.0) with its featured image. You will also get a drop down list of post titles posted in that type. Select a post type and click go. Using Ajax it will load the selected content.<\/p>\n\n<p>You can use this plugin to display a post types with image . This plugin uses Jquery for ajax. It is working with wordpress 3.0 only. Because custom post type is introduced in wordpress 3.0<\/p>\n\n<p>I taken codes from<\/p>\n\n<p>BNS Featured Category Plugin<\/p>\n\n<p>Ajax Categories Posts Dropdown\n* Copyright 2009-2010  Ranjith Siji  (email : ranjith.sajeev@gmail.com)<\/p>\n\n<p>This program is free software; you can redistribute it and\/or modify\n  it under the terms of the GNU General Public License version 2,\n  as published by the Free Software Foundation.<\/p>\n\n<p>You may NOT assume that you can use any other version of the GPL.<\/p>\n\n<p>This program is distributed in the hope that it will be useful,\n  but WITHOUT ANY WARRANTY; without even the implied warranty of\n  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n  GNU General Public License for more details.<\/p>\n\n<p>You should have received a copy of the GNU General Public License\n  along with this program; if not, write to the Free Software\n  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA<\/p>\n\n<p>The license for this software can also likely be found here:\n  http:\/\/www.gnu.org\/licenses\/gpl-2.0.html<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload <code>featured-post-type.zip<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory and extract<\/li>\n<li>Activate through the 'Plugins' menu.<\/li>\n<li>Place the Featured Post Type widget appropriately in the Appearance | Widgets section of the dashboard.<\/li>\n<li>Set options to personal preferences:<\/li>\n<\/ol>\n\n<p>* Widget Title\n* Post Type\n* Categories - separated by commas\n* Show (first) Category Description (checkbox)\n* Show Author and date\/time details of post (checkbox)\n* Show all categories attached to post (checkbox)\n* Show all tags attached to post (checkbox)\n* Show post in full or use default of post excerpt (checkbox)<\/p>\n\n<p>-- or -<\/p>\n\n<ol>\n<li>Go to 'Plugins' menu under your Dashboard<\/li>\n<li>Click on the 'Add New' link<\/li>\n<li>Search for featured-post-type<\/li>\n<li>Install.<\/li>\n<li>Activate through the 'Plugins' menu.<\/li>\n<li>Place the Featured Post Type widget appropriately in the Appearance | Widgets section of the dashboard.<\/li>\n<li>Set options to personal preferences:<\/li>\n<\/ol>\n\n<p>* Widget Title\n* Post Type\n* Categories - separated by commas\n* Show (first) Category Description (checkbox)\n* Show Author and date\/time details of post (checkbox)\n* Show all categories attached to post (checkbox)\n* Show all tags attached to post (checkbox)\n* Show post in full or use default of post excerpt (checkbox)<\/p>\n\n<p>Reading this article for further assistance: http:\/\/wpfirstaid.com\/2009\/12\/plugin-installation\/<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Can I use this in more than one widget area?<\/dt>\n<dd><p>Yes, this plugin has been made for multi-widget compatibility. Each instance of the widget will display, if wanted, differently than every other instance of the widget.<\/p><\/dd>\n<dt>How can I style the plugin output?<\/dt>\n<dd><p>The plugin uses several \"common\" WordPress functions that create standard class and id elements that can be styled in the style.css file\n* the classes generated by the post_class() function; and, the id generated by \"post-\" apended to the_ID() function wrap the general post output\n* the plugin class <code>post-details<\/code> wraps the general meta details of the post, such as the Author, Categories, Tags, etc.\n* the overall plugin may also be wrapped in a widget \"container\" class, or id, specific to the theme itself such as (but not limited to): widget, sidebar, left, right, etc.<\/p>\n\n<p>With the addition of the display Category Description option an additional class was written into the plugin. To style the category description displayed add the class 'fpt-cat-desc' to your style.css file then use your choice of properties to style the text, for example:<\/p>\n\n<pre><code>.fpt-cat-desc {font-style: italic;}\n<\/code><\/pre><\/dd>\n<dt>Can I increase the maximum posts to display?<\/dt>\n<dd><p>As of version 1.0 the Total Posts to Display is independent of the \"posts per page\" setting as set under Settings | Reading. But it is not fully implemented<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial Release.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Bug Fix Release.<\/li>\n<li>Fixed Bugs of Multi instance Jquery Function<\/li>\n<li>Added Instance ID to handle multi Instance Ajax.<\/li>\n<li>Loading Image Added for more Good Inerface.<\/li>\n<\/ul>","raw_excerpt":"Displays most recent posts from a specific post type and a drop down to select previous entries.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/9454","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=9454"}],"author":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ranjithsiji"}],"wp:attachment":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=9454"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=9454"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=9454"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=9454"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=9454"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=9454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}