<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Garage &#187; file management</title>
	<atom:link href="http://wpgarage.com/tag/file-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Thu, 08 Jul 2010 15:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get around WordPress&#8217; limitation on uploading certain file types</title>
		<link>http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/</link>
		<comments>http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 21:19:13 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[functions.php]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=674</guid>
		<description><![CDATA[One of our clients needed to upload files via their admin, and kept getting the following error message: “File type does not meet security guidelines. Try another.”
This was something new to us, and after doing some research we discovered that WordPress only allows users to upload certain types of files, and any files that are [...]]]></description>
			<content:encoded><![CDATA[<p>One of our clients needed to upload files via their admin, and kept getting the following error message: “File type does not meet security guidelines. Try another.”</p>
<p>This was something new to us, and after doing some research we discovered that WordPress only allows users to upload certain types of files, and any files that are not part of that list cannot be uploaded through the admin. Here’s the list of <a href="http://en.support.wordpress.com/accepted-filetypes/">accepted WordPress files types</a>.</p>
<p>It turns out that the list of accepted file types is found in <code>wp-includes/functions.php</code>. Since we don’t want to modify WordPress core files, we need a solution like a plugin in order to get around this limitation.</p>
<p>Chris Meller has a solution that involves adding some code to your functions.php file in your theme directory. He also explains how to remove file types from the list of allowed files types.</p>
<p>For more info on how to do this, see this post on his blog: <a href="http://chrismeller.com/2007/07/modifying-allowed-upload-types-in-wordpress/">Modifying Allowed Upload Types in Wordpress</a>.</p>
<p>Thanks to <a title="Mark Kaplun's blog" href="http://marksw.com/wordpress/">Mark Kaplun</a> for helping us find this solution.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;desc=One%20of%20our%20clients%20needed%20to%20upload%20files%20via%20their%20admin%2C%20and%20kept%20getting%20the%20following%20error%20message%3A%20%E2%80%9CFile%20type%20does%20not%20meet%20security%20guidelines.%20Try%20another.%E2%80%9D%0D%0A%0D%0AThis%20was%20something%20new%20to%20us%2C%20and%20after%20doing%20some%20research%20we%20discovered%20that%20WordPress%20only%20allows%20users%20to%20upload%20certain%20typ" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;t=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;link=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;body=Link: http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20of%20our%20clients%20needed%20to%20upload%20files%20via%20their%20admin%2C%20and%20kept%20getting%20the%20following%20error%20message%3A%20%E2%80%9CFile%20type%20does%20not%20meet%20security%20guidelines.%20Try%20another.%E2%80%9D%0D%0A%0D%0AThis%20was%20something%20new%20to%20us%2C%20and%20after%20doing%20some%20research%20we%20discovered%20that%20WordPress%20only%20allows%20users%20to%20upload%20certain%20typ" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;srcUrl=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;srcTitle=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;snippet=One%20of%20our%20clients%20needed%20to%20upload%20files%20via%20their%20admin%2C%20and%20kept%20getting%20the%20following%20error%20message%3A%20%E2%80%9CFile%20type%20does%20not%20meet%20security%20guidelines.%20Try%20another.%E2%80%9D%0D%0A%0D%0AThis%20was%20something%20new%20to%20us%2C%20and%20after%20doing%20some%20research%20we%20discovered%20that%20WordPress%20only%20allows%20users%20to%20upload%20certain%20typ" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;summary=One%20of%20our%20clients%20needed%20to%20upload%20files%20via%20their%20admin%2C%20and%20kept%20getting%20the%20following%20error%20message%3A%20%E2%80%9CFile%20type%20does%20not%20meet%20security%20guidelines.%20Try%20another.%E2%80%9D%0D%0A%0D%0AThis%20was%20something%20new%20to%20us%2C%20and%20after%20doing%20some%20research%20we%20discovered%20that%20WordPress%20only%20allows%20users%20to%20upload%20certain%20typ&amp;source=WP Garage" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&amp;selection=One%20of%20our%20clients%20needed%20to%20upload%20files%20via%20their%20admin%2C%20and%20kept%20getting%20the%20following%20error%20message%3A%20%E2%80%9CFile%20type%20does%20not%20meet%20security%20guidelines.%20Try%20another.%E2%80%9D%0D%0A%0D%0AThis%20was%20something%20new%20to%20us%2C%20and%20after%20doing%20some%20research%20we%20discovered%20that%20WordPress%20only%20allows%20users%20to%20upload%20certain%20typ" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/&amp;title=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/+&quot;How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwpgarage.com%2Fcode-snippets%2Fchanging-wordpress-list-accepted-file-types-for-upload%2F&amp;t=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+get+around+WordPress%27+limitation+on+uploading+certain+file+types+-++%28via+%40wpgarage%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20to%20get%20around%20WordPress%27%20limitation%20on%20uploading%20certain%20file%20types%22&amp;body=Link: http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20of%20our%20clients%20needed%20to%20upload%20files%20via%20their%20admin%2C%20and%20kept%20getting%20the%20following%20error%20message%3A%20%E2%80%9CFile%20type%20does%20not%20meet%20security%20guidelines.%20Try%20another.%E2%80%9D%0D%0A%0D%0AThis%20was%20something%20new%20to%20us%2C%20and%20after%20doing%20some%20research%20we%20discovered%20that%20WordPress%20only%20allows%20users%20to%20upload%20certain%20typ" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/code-snippets/changing-wordpress-list-accepted-file-types-for-upload/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing where WordPress saves your uploaded images and files</title>
		<link>http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/</link>
		<comments>http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 07:42:51 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[uploads]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/</guid>
		<description><![CDATA[In my previous post on using thumbnails with WordPress&#8217; custom fields feature, I explained a way to change where WordPress saves images and files you upload from the Write Post/Page page. Generally, any images or files you upload while writing a post are saved on your server under wp-content/uploads in folders that are organized by [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post on <a href="http://wpgarage.com/tips/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/" title="Giving each WordPress post a thumbnail, and display the thumbnail on the home page">using thumbnails with WordPress&#8217; custom fields</a> feature, I explained a way to change where WordPress saves images and files you upload from the Write Post/Page page. Generally, any images or files you upload while writing a post are saved on your server under wp-content/uploads in folders that are organized by month and year, i.e. wp-content/uploads/2007/03.</p>
<p><strong>Uploading files on Write &gt; Page in WordPress admin:</strong></p>
<p><img src="http://wpgarage.com/wp-content/uploads/2007/11/upload-files-wordpress.png" alt="Uploading files on WordPress write post page" /></p>
<p>I explained that you could use a plugin called <a href="http://www.ilfilosofo.com/blog/old-style-upload/">Filosofo Old-Style Upload Plugin</a> to change where files are saved on your server.</p>
<p>Well, <a href="http://ryanhellyer.net/" title="Ryan Hellyer">Ryan Hellyer</a> pointed something out that I can&#8217;t believe I never noticed: you can change where and how files are saved in WordPress!</p>
<p>Many of you are probably saying &#8220;Duh!&#8221; But I really never noticed this, so please humor me.</p>
<p>To change where your uploaded files are saved on the server:</p>
<ol>
<li>Go to Option &gt; Miscellaneous in your WordPress admin</li>
<li>Under Store uploads in this folder, enter the file structure that you want. For example, wp-content/themes/themename/images.</li>
<li>Where it says &#8220;Organize my uploads into month- and year-based folders&#8221;, you can unselect the check box so that all images will be saved in the one folder you specified in step 2.</li>
<li>Click on Update Options to save your new setup.</li>
</ol>
<p><img src="http://wpgarage.com/wp-content/uploads/2007/11/file-upload-wordpress.png" alt="Change file upload options in WordPress" /></p>
<p>I can&#8217;t really see any advantage to saving the images in folders according to year and date, so I would make this change right from the beginning of any WordPress blog.</p>
<p>[By the way, did you notice my snazzy new screenshots? Until now I've always hesitated to add screenshots because I was using a free but not-very-efficient screen capture tool. But now I'm using the free and amazing SnagIt from TechSmith. If you haven't heard, <a href="http://techsmith.com/" title="Techsmith">TechSmith</a> is offering older versions of their <a href="http://techsmith.com/screen-capture.asp" title="SnagIt">SnagIt</a> and <a href="http://techsmith.com/camtasia.asp" title="Camtasia Studio">Camtasia Studio</a> software for free! If you want to upload to their most recent version, it's only half price once you've downloaded these older versions!</p>
<p>They are both so great, that you really should download them, even if you don't think you'll have any use for them right now. Go to <a href="http://www.quickonlinetips.com/archives/2007/11/free-software-registration-keys-download-snagit-and-camtasia-studio/" title="Free Software Registration Keys: Download SnagIt and Camtasia Studio">Quick Online Tips</a> for information on how to download and get the license keys.]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;desc=In%20my%20previous%20post%20on%20using%20thumbnails%20with%20WordPress%27%20custom%20fields%20feature%2C%20I%20explained%20a%20way%20to%20change%20where%20WordPress%20saves%20images%20and%20files%20you%20upload%20from%20the%20Write%20Post%2FPage%20page.%20Generally%2C%20any%20images%20or%20files%20you%20upload%20while%20writing%20a%20post%20are%20saved%20on%20your%20server%20under%20wp-content%2Fuploads" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;t=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;link=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;body=Link: http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20my%20previous%20post%20on%20using%20thumbnails%20with%20WordPress%27%20custom%20fields%20feature%2C%20I%20explained%20a%20way%20to%20change%20where%20WordPress%20saves%20images%20and%20files%20you%20upload%20from%20the%20Write%20Post%2FPage%20page.%20Generally%2C%20any%20images%20or%20files%20you%20upload%20while%20writing%20a%20post%20are%20saved%20on%20your%20server%20under%20wp-content%2Fuploads" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;srcUrl=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;srcTitle=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;snippet=In%20my%20previous%20post%20on%20using%20thumbnails%20with%20WordPress%27%20custom%20fields%20feature%2C%20I%20explained%20a%20way%20to%20change%20where%20WordPress%20saves%20images%20and%20files%20you%20upload%20from%20the%20Write%20Post%2FPage%20page.%20Generally%2C%20any%20images%20or%20files%20you%20upload%20while%20writing%20a%20post%20are%20saved%20on%20your%20server%20under%20wp-content%2Fuploads" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;summary=In%20my%20previous%20post%20on%20using%20thumbnails%20with%20WordPress%27%20custom%20fields%20feature%2C%20I%20explained%20a%20way%20to%20change%20where%20WordPress%20saves%20images%20and%20files%20you%20upload%20from%20the%20Write%20Post%2FPage%20page.%20Generally%2C%20any%20images%20or%20files%20you%20upload%20while%20writing%20a%20post%20are%20saved%20on%20your%20server%20under%20wp-content%2Fuploads&amp;source=WP Garage" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files&amp;selection=In%20my%20previous%20post%20on%20using%20thumbnails%20with%20WordPress%27%20custom%20fields%20feature%2C%20I%20explained%20a%20way%20to%20change%20where%20WordPress%20saves%20images%20and%20files%20you%20upload%20from%20the%20Write%20Post%2FPage%20page.%20Generally%2C%20any%20images%20or%20files%20you%20upload%20while%20writing%20a%20post%20are%20saved%20on%20your%20server%20under%20wp-content%2Fuploads" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/&amp;title=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/+&quot;Changing+where+WordPress+saves+your+uploaded+images+and+files&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwpgarage.com%2Ftips%2Fchanging-where-wordpress-saves-your-uploaded-images-and-files%2F&amp;t=Changing+where+WordPress+saves+your+uploaded+images+and+files" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Changing+where+WordPress+saves+your+uploaded+images+and+files+-++%28via+%40wpgarage%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Changing%20where%20WordPress%20saves%20your%20uploaded%20images%20and%20files%22&amp;body=Link: http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20my%20previous%20post%20on%20using%20thumbnails%20with%20WordPress%27%20custom%20fields%20feature%2C%20I%20explained%20a%20way%20to%20change%20where%20WordPress%20saves%20images%20and%20files%20you%20upload%20from%20the%20Write%20Post%2FPage%20page.%20Generally%2C%20any%20images%20or%20files%20you%20upload%20while%20writing%20a%20post%20are%20saved%20on%20your%20server%20under%20wp-content%2Fuploads" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/changing-where-wordpress-saves-your-uploaded-images-and-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search Pages, Comments and more with Search Everything Plugin</title>
		<link>http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/</link>
		<comments>http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 06:49:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/</guid>
		<description><![CDATA[In default WordPress installations, the search function only yields results for posts. It does not search pages, comments, or anything else.
Search Everything from Dan Cameron solves that problem. Install and activate the plugin, and then go to Options &#62; Search Everything to select what exactly you want to be searched. Here are the options:

Pages
Comments
Only approved [...]]]></description>
			<content:encoded><![CDATA[<p>In default WordPress installations, the search function only yields results for posts. It does not search pages, comments, or anything else.</p>
<p><a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/" title="Search Everything Plugin">Search Everything</a> from <a href="http://dancameron.org/" title="Dan Cameron - Scattered">Dan Cameron</a> solves that problem. Install and activate the plugin, and then go to Options &gt; Search Everything to select what exactly you want to be searched. Here are the options:</p>
<ul>
<li>Pages</li>
<li>Comments</li>
<li>Only approved comments</li>
<li>Drafts</li>
<li>Attachments</li>
<li>Custom fields (metadata)</li>
</ul>
<p>I&#8217;m not sure why people would want users to see results in drafts or custom fields, but maybe there is a use for that that I&#8217;m not aware of.</p>
<p><a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/" title="Search Everything Plugin">Search Everything Plugin&gt;&gt; </a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;desc=In%20default%20WordPress%20installations%2C%20the%20search%20function%20only%20yields%20results%20for%20posts.%20It%20does%20not%20search%20pages%2C%20comments%2C%20or%20anything%20else.%0A%0ASearch%20Everything%20from%20Dan%20Cameron%20solves%20that%20problem.%20Install%20and%20activate%20the%20plugin%2C%20and%20then%20go%20to%20Options%20%26gt%3B%20Search%20Everything%20to%20select%20what%20exactly%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;t=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;link=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;body=Link: http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20default%20WordPress%20installations%2C%20the%20search%20function%20only%20yields%20results%20for%20posts.%20It%20does%20not%20search%20pages%2C%20comments%2C%20or%20anything%20else.%0A%0ASearch%20Everything%20from%20Dan%20Cameron%20solves%20that%20problem.%20Install%20and%20activate%20the%20plugin%2C%20and%20then%20go%20to%20Options%20%26gt%3B%20Search%20Everything%20to%20select%20what%20exactly%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;srcUrl=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;srcTitle=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;snippet=In%20default%20WordPress%20installations%2C%20the%20search%20function%20only%20yields%20results%20for%20posts.%20It%20does%20not%20search%20pages%2C%20comments%2C%20or%20anything%20else.%0A%0ASearch%20Everything%20from%20Dan%20Cameron%20solves%20that%20problem.%20Install%20and%20activate%20the%20plugin%2C%20and%20then%20go%20to%20Options%20%26gt%3B%20Search%20Everything%20to%20select%20what%20exactly%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;summary=In%20default%20WordPress%20installations%2C%20the%20search%20function%20only%20yields%20results%20for%20posts.%20It%20does%20not%20search%20pages%2C%20comments%2C%20or%20anything%20else.%0A%0ASearch%20Everything%20from%20Dan%20Cameron%20solves%20that%20problem.%20Install%20and%20activate%20the%20plugin%2C%20and%20then%20go%20to%20Options%20%26gt%3B%20Search%20Everything%20to%20select%20what%20exactly%20&amp;source=WP Garage" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&amp;selection=In%20default%20WordPress%20installations%2C%20the%20search%20function%20only%20yields%20results%20for%20posts.%20It%20does%20not%20search%20pages%2C%20comments%2C%20or%20anything%20else.%0A%0ASearch%20Everything%20from%20Dan%20Cameron%20solves%20that%20problem.%20Install%20and%20activate%20the%20plugin%2C%20and%20then%20go%20to%20Options%20%26gt%3B%20Search%20Everything%20to%20select%20what%20exactly%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/&amp;title=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/+&quot;Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fsearch-pages-comments-and-more-with-search-everything-plugin%2F&amp;t=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Search+Pages%2C+Comments+and+more+with+Search+Everything+Plugin+-++%28via+%40wpgarage%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Search%20Pages%2C%20Comments%20and%20more%20with%20Search%20Everything%20Plugin%22&amp;body=Link: http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20default%20WordPress%20installations%2C%20the%20search%20function%20only%20yields%20results%20for%20posts.%20It%20does%20not%20search%20pages%2C%20comments%2C%20or%20anything%20else.%0A%0ASearch%20Everything%20from%20Dan%20Cameron%20solves%20that%20problem.%20Install%20and%20activate%20the%20plugin%2C%20and%20then%20go%20to%20Options%20%26gt%3B%20Search%20Everything%20to%20select%20what%20exactly%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/search-pages-comments-and-more-with-search-everything-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload+ to automatically change uploaded file names</title>
		<link>http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/</link>
		<comments>http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 07:18:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress as CMS]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[uploads]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/</guid>
		<description><![CDATA[Update June 7, 2007: Pixline has released a new version of the Upload+ plugin. Their changelog says that they added more options. You can also now download the plugin from the WordPress.org plugin page.
If you are building a site for clients based on WordPress, you want to make it as easy for them as possible [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update June 7, 2007: Pixline has released a new version of the Upload+ plugin. Their changelog says that they added more options. You can also now download the plugin from the <a href="http://wordpress.org/extend/plugins/uploadplus/" title="Upload+ plugin page on WordPress.org">WordPress.org plugin page</a>.</em></p>
<p>If you are building a site for clients based on WordPress, you want to make it as easy for them as possible to enter information without having to consider coding and other issues.</p>
<p>This plugin is great for those types of sites, as well as for anyone with a WordPress site who wants to have one less thing to think about. When a file is selected for uploading, this plugin changes the filename according to the following three rules:</p>
<ul>
<li>only lowercase;</li>
<li>only alphanumeric [a-z] and digits;</li>
<li>convert spaces in underscores ( _ )</li>
</ul>
<p><a href="http://pixline.net/wordpress-plugins/upload-plus" title="Upload+">Upload+&gt;&gt;</a><br />
<a href="http://wordpress.org/extend/plugins/uploadplus/" title="Upload+ plugin page on WordPress.org">Plugin page on WordPress.org&gt;&gt;</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names&amp;desc=Update%20June%207%2C%202007%3A%20Pixline%20has%20released%20a%20new%20version%20of%20the%20Upload%2B%20plugin.%20Their%20changelog%20says%20that%20they%20added%20more%20options.%20You%20can%20also%20now%20download%20the%20plugin%20from%20the%20WordPress.org%20plugin%20page.%0A%0AIf%20you%20are%20building%20a%20site%20for%20clients%20based%20on%20WordPress%2C%20you%20want%20to%20make%20it%20as%20easy%20for%20them%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;t=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Upload%2B+to+automatically+change+uploaded+file+names&amp;link=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Upload%2B+to+automatically+change+uploaded+file+names&amp;body=Link: http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Update%20June%207%2C%202007%3A%20Pixline%20has%20released%20a%20new%20version%20of%20the%20Upload%2B%20plugin.%20Their%20changelog%20says%20that%20they%20added%20more%20options.%20You%20can%20also%20now%20download%20the%20plugin%20from%20the%20WordPress.org%20plugin%20page.%0A%0AIf%20you%20are%20building%20a%20site%20for%20clients%20based%20on%20WordPress%2C%20you%20want%20to%20make%20it%20as%20easy%20for%20them%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names&amp;srcUrl=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;srcTitle=Upload%2B+to+automatically+change+uploaded+file+names&amp;snippet=Update%20June%207%2C%202007%3A%20Pixline%20has%20released%20a%20new%20version%20of%20the%20Upload%2B%20plugin.%20Their%20changelog%20says%20that%20they%20added%20more%20options.%20You%20can%20also%20now%20download%20the%20plugin%20from%20the%20WordPress.org%20plugin%20page.%0A%0AIf%20you%20are%20building%20a%20site%20for%20clients%20based%20on%20WordPress%2C%20you%20want%20to%20make%20it%20as%20easy%20for%20them%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names&amp;summary=Update%20June%207%2C%202007%3A%20Pixline%20has%20released%20a%20new%20version%20of%20the%20Upload%2B%20plugin.%20Their%20changelog%20says%20that%20they%20added%20more%20options.%20You%20can%20also%20now%20download%20the%20plugin%20from%20the%20WordPress.org%20plugin%20page.%0A%0AIf%20you%20are%20building%20a%20site%20for%20clients%20based%20on%20WordPress%2C%20you%20want%20to%20make%20it%20as%20easy%20for%20them%20&amp;source=WP Garage" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Upload%2B+to+automatically+change+uploaded+file+names&amp;url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names&amp;selection=Update%20June%207%2C%202007%3A%20Pixline%20has%20released%20a%20new%20version%20of%20the%20Upload%2B%20plugin.%20Their%20changelog%20says%20that%20they%20added%20more%20options.%20You%20can%20also%20now%20download%20the%20plugin%20from%20the%20WordPress.org%20plugin%20page.%0A%0AIf%20you%20are%20building%20a%20site%20for%20clients%20based%20on%20WordPress%2C%20you%20want%20to%20make%20it%20as%20easy%20for%20them%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/&amp;title=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/+&quot;Upload%2B+to+automatically+change+uploaded+file+names&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fupload-to-automatically-change-uploaded-file-names%2F&amp;t=Upload%2B+to+automatically+change+uploaded+file+names" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Upload%2B+to+automatically+change+uploaded+file+names+-++%28via+%40wpgarage%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Upload%2B%20to%20automatically%20change%20uploaded%20file%20names%22&amp;body=Link: http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Update%20June%207%2C%202007%3A%20Pixline%20has%20released%20a%20new%20version%20of%20the%20Upload%2B%20plugin.%20Their%20changelog%20says%20that%20they%20added%20more%20options.%20You%20can%20also%20now%20download%20the%20plugin%20from%20the%20WordPress.org%20plugin%20page.%0A%0AIf%20you%20are%20building%20a%20site%20for%20clients%20based%20on%20WordPress%2C%20you%20want%20to%20make%20it%20as%20easy%20for%20them%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/upload-to-automatically-change-uploaded-file-names/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Organizer &#8211; for organizing uploaded files</title>
		<link>http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/</link>
		<comments>http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 09:48:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[uploads]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/</guid>
		<description><![CDATA[Organizer is a worpress plugin. This plugin help the wordpress users to manage the files uploaded to their blog. These are some the feature of this plugin.

View all files uploaded in you wp-content/uploads directory and all the sub directories or the directory you have set to store your uploads
Copy / Rename / Delete files in [...]]]></description>
			<content:encoded><![CDATA[<p>Organizer is a <a href="http://wordpress.org/">worpress</a> plugin. This plugin help the wordpress users to manage the files uploaded to their blog. These are some the feature of this plugin.</p>
<ul>
<li>View all files uploaded in you wp-content/uploads directory and all the sub directories or the directory you have set to store your uploads</li>
<li>Copy / Rename / Delete files in the uploads directory</li>
<li>Create / Rename / Delete directories</li>
<li>Upload files to the uploads directory</li>
<li>Resize image files on your uploads directory</li>
<li>Supports mutiple users and permissions</li>
<li>Changes the filenames automatically in your post when you change the filenames in your upload directory</li>
<li>Changes the attachment post to maintain the post cross links</li>
<li>Supports roles and you can set permission based on each user what can do with this plugin.</li>
<li>More to come…</li>
</ul>
<p><a href="http://imthi.com/organizer/" title="WordPress Organizer for organizing uploads">WordPress Organizer&gt;&gt;</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files&amp;desc=Organizer%20is%20a%20worpress%20plugin.%20This%20plugin%20help%20the%20wordpress%20users%20to%20manage%20the%20files%20uploaded%20to%20their%20blog.%20These%20are%20some%20the%20feature%20of%20this%20plugin.%0A%0A%09View%20all%20files%20uploaded%20in%20you%20wp-content%2Fuploads%20directory%20and%20all%20the%20sub%20directories%20or%20the%20directory%20you%20have%20set%20to%20store%20your%20uploads%0A%09C" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;t=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=WordPress+Organizer+-+for+organizing+uploaded+files&amp;link=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=WordPress+Organizer+-+for+organizing+uploaded+files&amp;body=Link: http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Organizer%20is%20a%20worpress%20plugin.%20This%20plugin%20help%20the%20wordpress%20users%20to%20manage%20the%20files%20uploaded%20to%20their%20blog.%20These%20are%20some%20the%20feature%20of%20this%20plugin.%0A%0A%09View%20all%20files%20uploaded%20in%20you%20wp-content%2Fuploads%20directory%20and%20all%20the%20sub%20directories%20or%20the%20directory%20you%20have%20set%20to%20store%20your%20uploads%0A%09C" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files&amp;srcUrl=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;srcTitle=WordPress+Organizer+-+for+organizing+uploaded+files&amp;snippet=Organizer%20is%20a%20worpress%20plugin.%20This%20plugin%20help%20the%20wordpress%20users%20to%20manage%20the%20files%20uploaded%20to%20their%20blog.%20These%20are%20some%20the%20feature%20of%20this%20plugin.%0A%0A%09View%20all%20files%20uploaded%20in%20you%20wp-content%2Fuploads%20directory%20and%20all%20the%20sub%20directories%20or%20the%20directory%20you%20have%20set%20to%20store%20your%20uploads%0A%09C" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files&amp;summary=Organizer%20is%20a%20worpress%20plugin.%20This%20plugin%20help%20the%20wordpress%20users%20to%20manage%20the%20files%20uploaded%20to%20their%20blog.%20These%20are%20some%20the%20feature%20of%20this%20plugin.%0A%0A%09View%20all%20files%20uploaded%20in%20you%20wp-content%2Fuploads%20directory%20and%20all%20the%20sub%20directories%20or%20the%20directory%20you%20have%20set%20to%20store%20your%20uploads%0A%09C&amp;source=WP Garage" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=WordPress+Organizer+-+for+organizing+uploaded+files&amp;url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files&amp;selection=Organizer%20is%20a%20worpress%20plugin.%20This%20plugin%20help%20the%20wordpress%20users%20to%20manage%20the%20files%20uploaded%20to%20their%20blog.%20These%20are%20some%20the%20feature%20of%20this%20plugin.%0A%0A%09View%20all%20files%20uploaded%20in%20you%20wp-content%2Fuploads%20directory%20and%20all%20the%20sub%20directories%20or%20the%20directory%20you%20have%20set%20to%20store%20your%20uploads%0A%09C" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/&amp;title=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/+&quot;WordPress+Organizer+-+for+organizing+uploaded+files&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwpgarage.com%2Fplugins%2Fwordpress-organizer-for-organizing-uploaded-files%2F&amp;t=WordPress+Organizer+-+for+organizing+uploaded+files" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=WordPress+Organizer+-+for+organizing+uploaded+files+-++%28via+%40wpgarage%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22WordPress%20Organizer%20-%20for%20organizing%20uploaded%20files%22&amp;body=Link: http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Organizer%20is%20a%20worpress%20plugin.%20This%20plugin%20help%20the%20wordpress%20users%20to%20manage%20the%20files%20uploaded%20to%20their%20blog.%20These%20are%20some%20the%20feature%20of%20this%20plugin.%0A%0A%09View%20all%20files%20uploaded%20in%20you%20wp-content%2Fuploads%20directory%20and%20all%20the%20sub%20directories%20or%20the%20directory%20you%20have%20set%20to%20store%20your%20uploads%0A%09C" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/wordpress-organizer-for-organizing-uploaded-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
