{"id":12537,"date":"2011-03-18T14:43:04","date_gmt":"2011-03-18T14:43:04","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/attachments-list\/"},"modified":"2011-03-18T14:43:04","modified_gmt":"2011-03-18T14:43:04","slug":"attachments-list","status":"publish","type":"plugin","link":"https:\/\/it.wordpress.org\/plugins\/attachments-list\/","author":5860783,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1","stable_tag":"trunk","tested":"3.1.4","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Attachments List","header_author":"Phillip Bryan","header_description":"","assets_banners_color":"","last_updated":"2011-03-18 14:43:04","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=QG7JF2QUHGF6A","header_plugin_uri":"","header_author_uri":"http:\/\/www.theemeraldcurtain.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1652,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1":"<p>This version adds the &quot;casual&quot; icon option.<\/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":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1566869","resolution":"5","location":"plugin","width":323,"height":277},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"1566869","resolution":"6","location":"plugin","width":815,"height":853},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1566869","resolution":"4","location":"plugin","width":280,"height":392},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566869","resolution":"2","location":"plugin","width":277,"height":321},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1566869","resolution":"3","location":"plugin","width":232,"height":242},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566869","resolution":"1","location":"plugin","width":287,"height":407}},"screenshots":{"1":"List of attachments","2":"List of attachments with medium icons","3":"List of attachments with small icons","4":"List of attachments with casual icons","5":"Adding a widget","6":"The list of attachments as they were added with the Attachments plugin"}},"plugin_section":[],"plugin_tags":[1346,80,162],"plugin_category":[43,50],"plugin_contributors":[81273],"plugin_business_model":[],"class_list":["post-12537","plugin","type-plugin","status-publish","hentry","plugin_tags-attachments","plugin_tags-shortcode","plugin_tags-widget","plugin_category-customization","plugin_category-media","plugin_contributors-ecurtain","plugin_committers-ecurtain"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/attachments-list.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/attachments-list\/trunk\/screenshot-1.png?rev=1566869","caption":"List of attachments"},{"src":"https:\/\/ps.w.org\/attachments-list\/trunk\/screenshot-2.png?rev=1566869","caption":"List of attachments with medium icons"},{"src":"https:\/\/ps.w.org\/attachments-list\/trunk\/screenshot-3.png?rev=1566869","caption":"List of attachments with small icons"},{"src":"https:\/\/ps.w.org\/attachments-list\/trunk\/screenshot-4.png?rev=1566869","caption":"List of attachments with casual icons"},{"src":"https:\/\/ps.w.org\/attachments-list\/trunk\/screenshot-5.png?rev=1566869","caption":"Adding a widget"},{"src":"https:\/\/ps.w.org\/attachments-list\/trunk\/screenshot-6.png?rev=1566869","caption":"The list of attachments as they were added with the Attachments plugin"}],"raw_content":"<!--section=description-->\n<p>Display a list of the attachments that were added to a post or page by the <a href=\"http:\/\/wordpress.org\/extend\/plugins\/attachments\/\">Attachments<\/a> plugin.<\/p>\n\n<p>The Attachments plugin allows you to easily append items from the media library to posts, pages, etc, but does not directly interact with the theme.<\/p>\n\n<p>This plugin will display an list of those items, each as a link to the file.<\/p>\n\n<h3>Compatibility with the Attachments plugin<\/h3>\n\n<p>This plugin was developed and tested with version 1.5.2 of the Attachments plugin.  Feedback on success\/failure with other versions of the plugin welcome.<\/p>\n\n<p>Kudos to Jonathan Christopher for the Attachments plugin.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to your blog.<\/li>\n<li>Activate it.<\/li>\n<li>Use the \"Attachments\" plugin to add media files to posts and pages.<\/li>\n<li><p>Show the attachments for a post or page using one of the following methods:<\/p>\n\n<ul>\n<li>Add the \"Attachments List\" widget to the sidebar, <\/li>\n<li>Add the shortcode [attachments-list] to a post or page, or<\/li>\n<li>Place <code>&lt;?php show_attachments_list(); ?&gt;<\/code> in your templates<\/li>\n<\/ul><\/li>\n<li><p>You're done!<\/p><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I attach media files to my posts?<\/dt>\n<dd><p>You'll need to install the <a href=\"http:\/\/wordpress.org\/extend\/plugins\/attachments\/\">Attachments<\/a> plugin.  It's awesome.<\/p>\n\n<p>This plugin is just to display the attachments.<\/p><\/dd>\n<dt>How do I show a different icon size using the shortcode?<\/dt>\n<dd><p>Use the \"size\" parameter.   For example, [attachment-list size=\"medium\"]<\/p>\n\n<p>Sizes available:\n*   default:    46 x 60\n*   medium:     34 x 45\n*   small:      23 x 30\n*   casual:     50 x 55\n*   none:       text only<\/p><\/dd>\n<dt>How about specifying a size using the function?<\/dt>\n<dd><p>Here's an example:<\/p>\n\n<pre><code>    &lt;?php show_attachments_list('small'); ?&gt;\n<\/code><\/pre><\/dd>\n<dt>Where did the \"casual\" icons come from ?<\/dt>\n<dd><p>It's a set of images I found at MimeTypes_DroplineEtiquette_mimetypes.  They're cute, right?<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added \"casual\" icon set<\/li>\n<li>Added Widget support<\/li>\n<li>Converted images to sprites<\/li>\n<\/ul>","raw_excerpt":"Display a list of the attachments that were added to a post or page by the Attachments plugin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/12537","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=12537"}],"author":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ecurtain"}],"wp:attachment":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=12537"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=12537"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=12537"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=12537"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=12537"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=12537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}