{"id":13912,"date":"2011-07-07T14:25:15","date_gmt":"2011-07-07T14:25:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/custom-post-type-list-shortcode\/"},"modified":"2014-12-10T02:16:29","modified_gmt":"2014-12-10T02:16:29","slug":"custom-post-type-list-shortcode","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/custom-post-type-list-shortcode\/","author":8096069,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.4","stable_tag":"1.4.4","tested":"4.0.38","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Custom Post Type Shortcode","header_author":"Blackbird Interactive","header_description":"","assets_banners_color":"","last_updated":"2014-12-10 02:16:29","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/blackbirdi.com\/donate\/","header_plugin_uri":"http:\/\/blackbirdi.com\/blog","header_author_uri":"http:\/\/blackbirdi.com","rating":4.6,"author_block_rating":0,"active_installs":100,"downloads":25715,"num_ratings":5,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.3.4":"<p>Fixed Boolean checks. Highly recomended upgrade, especially if your having problems with some of the shortcode options.<\/p>","1.3.3":"<p>Unreleased<\/p>","1.3.2":"<p>Added subtle options and bugfixes. Not necessary, but recomended upgrade.<\/p>","1.3.1":"<p>More thumbnail controls and bugfixes. Recomended upgrade.<\/p>","1.3":"<p>Significant structure changes and feature additions. Recomended upgrade.<\/p>","1.0":"<p>Initial Build. Upgrade to latest.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":"2","5":"3"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.3.4","1.3.5","1.3.7","1.3.8","1.3.9","1.4.0","1.4.2","1.4.3","1.4.4"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573780","resolution":"1","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1573780","resolution":"2","location":"plugin"}},"screenshots":{"1":"Use of the shortcode with some options in a page content area","2":"Custom post-type driven gallery after some jQuery and CSS."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2007,1794,22029,3481,80],"plugin_category":[43],"plugin_contributors":[82382,80558],"plugin_business_model":[],"class_list":["post-13912","plugin","type-plugin","status-publish","hentry","plugin_tags-cpt","plugin_tags-custom-post-type","plugin_tags-custom-post-type-list","plugin_tags-post-list","plugin_tags-shortcode","plugin_category-customization","plugin_contributors-blackbird-interactive","plugin_contributors-justingreerbbi","plugin_committers-blackbird-interactive"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/custom-post-type-list-shortcode.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/custom-post-type-list-shortcode\/trunk\/screenshot-1.png?rev=1573780","caption":"Use of the shortcode with some options in a page content area"},{"src":"https:\/\/ps.w.org\/custom-post-type-list-shortcode\/trunk\/screenshot-2.png?rev=1573780","caption":"Custom post-type driven gallery after some jQuery and CSS."}],"raw_content":"<!--section=description-->\n<p>UPGRADE AT YOUR OWN RISK: We've added a legacy feature to the plugin which has been tested and is  working on our local WordPress install. However, every environment is different, if you run into problem please visit http:\/\/blackbirdi.com\/blog for support.<\/p>\n\n<p>When used with Custom Post Type UI plug-in (http:\/\/wordpress.org\/extend\/plugins\/custom-post-type-ui\/) and Advanced Custom Fields plug-in (http:\/\/wordpress.org\/extend\/plugins\/advanced-custom-fields\/), you can easily list all of the posts within a post-type and sort by regular or custom fields.<\/p>\n\n<p>Updated and tested on latest version of Wordpress (4.0)<\/p>\n\n<p>Most updates are because of users responding with requests. If you feel there is something that you would like to see in the plugin visit our site and post a comment.<\/p>\n\n<p>Enjoy!\nYou can find documentation for the CPT_List @ (http:\/\/blackbirdi.com\/blog\/)<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>cpt_shortcode<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Place shortcode <code>[cpt_list]<\/code> (see our site for documentation http:\/\/blackbirdi.com\/blog ) in any content area\/page that allows shortcode.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Do I have to use Custom Post-types?<\/dt>\n<dd><p>You do not have to use custom post-types, Custom Post Type List Shortcode pulls <code>posts<\/code> by default, but the real power of this plugin lies in the use of custom post-types.<\/p><\/dd>\n<dt>Is there paging?<\/dt>\n<dd><p>Paging is not supported in this version, though it is planned for a future release.<\/p><\/dd>\n<dt>What can I do with this plugin<\/dt>\n<dd><p>You can easily create a list of any specified custom post-type in any content area that allows shortcode to be executed. Some examples of use are:\n1. Custom image gallery managed via <code>gallery<\/code> custom post-type.\n2. Resturant menu page, menu items managed via <code>menu<\/code> custom post-type\n3. Show schedule listing, where shows are managed via <code>shows<\/code> custom post-type.\n4. Employee directory with names\/photos\/info, managed via <code>employees<\/code> custom post-type.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.4<\/h4>\n\n<ul>\n<li>Checked and ensured that the code worked on latest WP install.<\/li>\n<li>Updated directory structure of plugin. Nothing major added\/removed or tweaked code wise.<\/li>\n<\/ul>\n\n<h4>1.4.3<\/h4>\n\n<ul>\n<li>Added legacy mode to make it support older installtions as well<\/li>\n<li>Added inline styles for images to keep themes from overiding the thumbnail sizes<\/li>\n<li>Added support for over under layout( Traditionally the plugin supported only side by side content )<\/li>\n<li>Wrapped content and images in class's for easier modification with CSS<\/li>\n<li>Minor cleanup based on user submittions at our blog http:\/\/blackbirdi.com\/blog<\/li>\n<\/ul>\n\n<h4>1.4.2<\/h4>\n\n<ul>\n<li>Added <code>filter_content<\/code> tag which allows for other plugins to hook into the plugin<\/li>\n<li>Added support for ordering by custom fields. <code>meta_key<\/code><\/li>\n<\/ul>\n\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Added check for show date to rid the empty H3 tags<\/li>\n<\/ul>\n\n<h4>1.4.0<\/h4>\n\n<ul>\n<li>Added more taxonomy features - Special thanks: Chris Sigler<\/li>\n<li>Removed bulky documentation from admin area<\/li>\n<\/ul>\n\n<h4>1.3.9<\/h4>\n\n<ul>\n<li>Fixed typo's<\/li>\n<li>Added support for Taxonomies<\/li>\n<li>Cleaned house some for future additions<\/li>\n<\/ul>\n\n<h4>1.3.8<\/h4>\n\n<ul>\n<li>Fixed typo's<\/li>\n<\/ul>\n\n<h4>1.3.5<\/h4>\n\n<ul>\n<li>Added menu in the admin panel contianing documentation and information.<\/li>\n<li>Added new Arguments: show_date, images_only, imgaes_only_num, excerpt_only<\/li>\n<li>Added Donation button<\/li>\n<li>Fixed category bug<\/li>\n<\/ul>\n\n<h4>1.3.4<\/h4>\n\n<ul>\n<li>Fixed boolean checks that were bugs when users input \"false\" for an option<\/li>\n<li>Major bug-fixes<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>Added a <code>div<\/code> with class of <code>cpt_item_entry_content<\/code> around the entry content of each cpt item<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Added new Argument: <code>wrap_with<\/code><\/li>\n<li>Minor bug-fixes<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Added new Arguments: <code>thumb_link<\/code>, <code>thumb_height<\/code>, <code>thumb_width<\/code><\/li>\n<li>Minor bug-fixes<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added new Arguments: <code>category<\/code>, <code>use_single_blocks<\/code>, <code>title_links<\/code>, <code>link_to_file<\/code>, <code>attachment<\/code>, <code>show_thumbs<\/code>, <code>show_post_content<\/code>, <code>read_more_link<\/code>, <code>list_title<\/code>, <code>file_extension<\/code><\/li>\n<li>Changed Loop Structure<\/li>\n<li>Added New Classes<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial build<\/li>\n<\/ul>","raw_excerpt":"A shortcode with which you can easily list all of the posts within a post-type and sort by regular or custom fields.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/13912","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=13912"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/blackbird-interactive"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=13912"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=13912"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=13912"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=13912"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=13912"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=13912"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}