<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Expand the WordPress Media Library Admin Panel	</title>
	<atom:link href="https://www.shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/feed" rel="self" type="application/rss+xml" />
	<link>https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel</link>
	<description>Adventures in WordPress</description>
	<lastBuildDate>Wed, 10 Apr 2013 20:27:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9</generator>
	<item>
		<title>
		By: ShibaShake		</title>
		<link>https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-70465</link>

		<dc:creator><![CDATA[ShibaShake]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 20:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1705#comment-70465</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-70453&quot;&gt;Aaron&lt;/a&gt;.

Do you mean you want to expand the new Media Manager (WP 3.5) pop-up menu? Just to be clear, this article is about expanding the Media Library screen (i.e. the page we go to when we click on the Media link from our dashboard). It is not about the media manager pop-up menu. 

However, media manager menu expansions is something that I want to do as well, but I haven&#039;t had the time to look into it yet. Based on what I have seen, my guess is that it will be a non-trivial process.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-70453">Aaron</a>.</p>
<p>Do you mean you want to expand the new Media Manager (WP 3.5) pop-up menu? Just to be clear, this article is about expanding the Media Library screen (i.e. the page we go to when we click on the Media link from our dashboard). It is not about the media manager pop-up menu. </p>
<p>However, media manager menu expansions is something that I want to do as well, but I haven&#8217;t had the time to look into it yet. Based on what I have seen, my guess is that it will be a non-trivial process.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron		</title>
		<link>https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-70453</link>

		<dc:creator><![CDATA[Aaron]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 18:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1705#comment-70453</guid>

					<description><![CDATA[Hi, I stumbled here on search for a solution to my problem and I&#039;m wondering if you can give a bit of direction, or maybe confirm your plugin is the solution I&#039;ve been looking for all along.

I&#039;m hoping to customize the Attachment Display Settings Link To drop-down menu to add a custom option. Where my posts/pages have pdfs for download I&#039;m trying to get them all to include a download icon and the file size next to the anchor text. So that the site&#039;s admin (who has no coding capability) will be able to simply select their pdf from the Media Library, choose my custom setting in the Link To menu, and the link would appear in the content with the css and the metadata required.

Is that feasible? Does your plugin do it better? Any input or direction would be a tremendous help.

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi, I stumbled here on search for a solution to my problem and I&#8217;m wondering if you can give a bit of direction, or maybe confirm your plugin is the solution I&#8217;ve been looking for all along.</p>
<p>I&#8217;m hoping to customize the Attachment Display Settings Link To drop-down menu to add a custom option. Where my posts/pages have pdfs for download I&#8217;m trying to get them all to include a download icon and the file size next to the anchor text. So that the site&#8217;s admin (who has no coding capability) will be able to simply select their pdf from the Media Library, choose my custom setting in the Link To menu, and the link would appear in the content with the css and the metadata required.</p>
<p>Is that feasible? Does your plugin do it better? Any input or direction would be a tremendous help.</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ShibaShake		</title>
		<link>https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-25036</link>

		<dc:creator><![CDATA[ShibaShake]]></dc:creator>
		<pubDate>Tue, 28 Aug 2012 19:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1705#comment-25036</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-24979&quot;&gt;shawn&lt;/a&gt;.

Check out the filters-
attachment_fields_to_edit and attachment_fields_to_save.

There is an example of how I use them in my &lt;a href=&quot;http://shibashake.com/wordpress-theme/media-library-plus-plugin&quot; rel=&quot;nofollow&quot;&gt;Shiba Media Library Plugin&lt;/a&gt;. I use them to add a new tags input field to the Edit Media screen. Look in the main &lt;strong&gt;shiba-media-library.php&lt;/strong&gt; file for the filters.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-24979">shawn</a>.</p>
<p>Check out the filters-<br />
attachment_fields_to_edit and attachment_fields_to_save.</p>
<p>There is an example of how I use them in my <a href="http://shibashake.com/wordpress-theme/media-library-plus-plugin" rel="nofollow">Shiba Media Library Plugin</a>. I use them to add a new tags input field to the Edit Media screen. Look in the main <strong>shiba-media-library.php</strong> file for the filters.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shawn		</title>
		<link>https://shibashake.com/wp/expand-the-wordpress-media-library-admin-panel/comment-page-1#comment-24979</link>

		<dc:creator><![CDATA[shawn]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 16:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1705#comment-24979</guid>

					<description><![CDATA[Hey this was a really nice tut. I&#039;m trying to add some functions to the attachment edit part of the media library, like an extra text input field under &quot;description&quot;. Would you know how to go about adding that?

Thanks, Shawn]]></description>
			<content:encoded><![CDATA[<p>Hey this was a really nice tut. I&#8217;m trying to add some functions to the attachment edit part of the media library, like an extra text input field under &#8220;description&#8221;. Would you know how to go about adding that?</p>
<p>Thanks, Shawn</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/73 objects using disk
Page Caching using disk: enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.shibashake.com
Lazy Loading (feed)
Minified using disk
Database Caching using disk (Request-wide modification query)

Served from: www.shibashake.com @ 2024-12-17 13:35:42 by W3 Total Cache
-->