<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>WordPress Ideas &#187; Recent Posts</title>
		<link>https://wordpress.org/ideas/</link>
		<description>WordPress Ideas &#187; Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 22 Nov 2016 12:49:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>philrj on "Ability to Categorize Images"</title>
			<link>https://wordpress.org/ideas/topic/ability-to-categorize-images#post-31048</link>
			<pubDate>Tue, 22 Nov 2016 11:15:23 +0000</pubDate>
			<dc:creator>philrj</dc:creator>
			<guid isPermaLink="false">31048@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Enhanced Media Library is great, and the best of what's available. Still, a more streamlined media library management w/simple, no-frills features is something that should already be built-in. Categories alone would save so much time working w/clients intimidated by the endless media library stockpile.
</p>]]></description>
					</item>
		<item>
			<title>khodadadi on "archive-attachment.php"</title>
			<link>https://wordpress.org/ideas/topic/archive-attachmentphp#post-31047</link>
			<pubDate>Tue, 22 Nov 2016 08:50:47 +0000</pubDate>
			<dc:creator>khodadadi</dc:creator>
			<guid isPermaLink="false">31047@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Dear @powerbuoy and @parkerarrowfotografie<br />
Let me ask you this question: Do you use the_permalink() function in the main loop for print the files' urls? If your answer is yes, then use wp_get_attachment_url() function for this purpose.<br />
And finally if you want to display special file mime type in your media archive page you can use codes like below.<br />
<pre><code>function dt_change_pre_get_posts_arguments($query){
	if( $query-&#62;is_main_query() ){
		if( $query-&#62;is_post_type_archive(&#039;attachment&#039;) ){
			$query-&#62;set(&#039;post_mime_type&#039;, &#039;image/jpeg&#039;);
			$query-&#62;set(&#039;post_status&#039;, &#039;any&#039;);
		}
	}
}
add_action( &#039;pre_get_posts&#039;, &#039;dt_change_pre_get_posts_arguments&#039;);</code></pre>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Speeding Up Repetitive Media Insertions"</title>
			<link>https://wordpress.org/ideas/topic/speeding-up-repetitive-media-insertions#post-31045</link>
			<pubDate>Mon, 21 Nov 2016 23:09:45 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31045@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<blockquote><p> If size were select-able in the same way that alignment is select-able (no dropdown), then the size of the image could be changed in 1 click instead of 2 clicks.</p></blockquote>
<p>The problem is the display of data.</p>
<p>You have three options. I have 7 due to theme and plugin oddities. They range from 'thumbnail' to 'modern-pro-archive'</p>
<p>And that's actually pretty normal. If we showed them in a grid, it would take up more room :/
</p>]]></description>
					</item>
		<item>
			<title>Jerome Fitzpatrick on "Ability to Categorize Images"</title>
			<link>https://wordpress.org/ideas/topic/ability-to-categorize-images#post-31044</link>
			<pubDate>Mon, 21 Nov 2016 22:40:16 +0000</pubDate>
			<dc:creator>Jerome Fitzpatrick</dc:creator>
			<guid isPermaLink="false">31044@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Have you tried: <a href="https://wordpress.org/plugins/enhanced-media-library" rel="nofollow">https://wordpress.org/plugins/enhanced-media-library</a>
</p>]]></description>
					</item>
		<item>
			<title>bradwallace51 on "Speeding Up Repetitive Media Insertions"</title>
			<link>https://wordpress.org/ideas/topic/speeding-up-repetitive-media-insertions#post-31043</link>
			<pubDate>Mon, 21 Nov 2016 22:30:28 +0000</pubDate>
			<dc:creator>bradwallace51</dc:creator>
			<guid isPermaLink="false">31043@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I am creating posts with many images. Every time I use "Insert Media" to place an image I have to use a dropdown to choose the size (Thumbnail, Medium, Large, etc). If size were select-able in the same way that alignment is select-able (no dropdown), then the size of the image could be changed in 1 click instead of 2 clicks.</p>
<p>The same goes for the hovering alignment &#38; edit tools above an image (for an image that is already inserted into a post). Why not add the size directly in the toolbar instead of forcing the use of the edit button then the dropdown list of sizes?</p>
<p>Of course keyboard shortcuts for size would be great too!</p>
<p>On long tedious posts with many images, this could really speed-up work flow.</p>
<p>Thank you.
</p>]]></description>
					</item>
		<item>
			<title>Clicknathan on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-31040</link>
			<pubDate>Mon, 21 Nov 2016 15:05:26 +0000</pubDate>
			<dc:creator>Clicknathan</dc:creator>
			<guid isPermaLink="false">31040@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>For those who prefer a non-plugin solution, this guy's post / code is working perfectly for me: </p>
<p><a href="https://ikreativ.com/async-with-wordpress-enqueue/" rel="nofollow">https://ikreativ.com/async-with-wordpress-enqueue/</a>
</p>]]></description>
					</item>
		<item>
			<title>easytradingsignals on "Ability to Categorize Images"</title>
			<link>https://wordpress.org/ideas/topic/ability-to-categorize-images#post-31037</link>
			<pubDate>Mon, 21 Nov 2016 01:12:53 +0000</pubDate>
			<dc:creator>easytradingsignals</dc:creator>
			<guid isPermaLink="false">31037@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>With the Media Library as it stands currently, you can only filter on dates, which is not very effective. If you could easily select a certain category of image, that would make things a lot more efficient.</p>
<p>I've built up quite a large collection of images, some of which I can re-use and others that are once-off.</p>
<p>It would be great to be able to assign images to categories, not just as re-usable or not, but more specifically what type of image, i.e. office pictures, cat photos, etc.</p>
<p>Currently I either scroll through hundreds of images, or upload a duplicate type image where it would have been better to simply use an existing image.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Wordpress 5.0 features"</title>
			<link>https://wordpress.org/ideas/topic/wordpress-50-features#post-31035</link>
			<pubDate>Sun, 20 Nov 2016 21:03:18 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31035@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Because that's how we do things.</p>
<p>You cannot put everything into core, without it being huge and unweildy and difficult to maintain as a cms.</p>
<p>Install a plugin because WordPress is extendable and allows for plugins to add on features that 80% of the users won't use or need.
</p>]]></description>
					</item>
		<item>
			<title>kindersofas on "Staging for layout changes"</title>
			<link>https://wordpress.org/ideas/topic/staging-for-layout-changes#post-31034</link>
			<pubDate>Sun, 20 Nov 2016 21:00:01 +0000</pubDate>
			<dc:creator>kindersofas</dc:creator>
			<guid isPermaLink="false">31034@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>It would be great if one could work on layout changes without affecting the live site and save those without them becoming active straight away.</p>
<p>For larger changes more time might be required that available in one working session. Hence it woule be great to being able to save those changes and complete them later.
</p>]]></description>
					</item>
		<item>
			<title>Henry Wright on "Meta description"</title>
			<link>https://wordpress.org/ideas/topic/meta-description-1#post-31033</link>
			<pubDate>Sun, 20 Nov 2016 00:42:19 +0000</pubDate>
			<dc:creator>Henry Wright</dc:creator>
			<guid isPermaLink="false">31033@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Custom fields would work well for pages and posts but how about archives etc?
</p>]]></description>
					</item>
		<item>
			<title>bohne on "Meta description"</title>
			<link>https://wordpress.org/ideas/topic/meta-description-1#post-31032</link>
			<pubDate>Sat, 19 Nov 2016 18:00:06 +0000</pubDate>
			<dc:creator>bohne</dc:creator>
			<guid isPermaLink="false">31032@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Custom fields is a great Idea. Thank you Henry for this great idea.
</p>]]></description>
					</item>
		<item>
			<title>mikelp9 on "Wordpress 5.0 features"</title>
			<link>https://wordpress.org/ideas/topic/wordpress-50-features#post-31028</link>
			<pubDate>Fri, 18 Nov 2016 01:49:33 +0000</pubDate>
			<dc:creator>mikelp9</dc:creator>
			<guid isPermaLink="false">31028@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I understand. Plugins are available for many things. But why install a separate plugin for such a small functionality. It's very useful and common functionality. Ok, this is my opinion.
</p>]]></description>
					</item>
		<item>
			<title>scooterkaufen on "Multiply Plugins"</title>
			<link>https://wordpress.org/ideas/topic/multiply-plugins#post-31027</link>
			<pubDate>Fri, 18 Nov 2016 00:16:09 +0000</pubDate>
			<dc:creator>scooterkaufen</dc:creator>
			<guid isPermaLink="false">31027@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>What about uploading them together by ftp?
</p>]]></description>
					</item>
		<item>
			<title>lenver on "cropping should apply to custom image sizes"</title>
			<link>https://wordpress.org/ideas/topic/cropping-should-apply-to-custom-image-sizes/page/3#post-31026</link>
			<pubDate>Thu, 17 Nov 2016 19:09:05 +0000</pubDate>
			<dc:creator>lenver</dc:creator>
			<guid isPermaLink="false">31026@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hi, I think this is a great plugin, thanks for it!
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Wordpress 5.0 features"</title>
			<link>https://wordpress.org/ideas/topic/wordpress-50-features#post-31025</link>
			<pubDate>Thu, 17 Nov 2016 15:51:44 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31025@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Mike, icons for terms would be plugin territory. Many have done it.</p>
<p>V 5.0 will probably be next year. We're working on 4.7 now.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Live Chat"</title>
			<link>https://wordpress.org/ideas/topic/live-chat#post-31024</link>
			<pubDate>Thu, 17 Nov 2016 15:50:17 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31024@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>WordPress.com is not supported by the .org ideas forums.</p>
<p>You'll need to contact WordPress.com support directly.
</p>]]></description>
					</item>
		<item>
			<title>csgoboosting on "Live Chat"</title>
			<link>https://wordpress.org/ideas/topic/live-chat#post-31022</link>
			<pubDate>Thu, 17 Nov 2016 08:05:01 +0000</pubDate>
			<dc:creator>csgoboosting</dc:creator>
			<guid isPermaLink="false">31022@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I have 4 commercial wordpress.com and love the product. I realy need a live CHATTTTTT plug in for communicating with customers but that's currently impossible in wordpress.com.</p>
<p>I would have thought that this is a simple and popular (in fact essential) feature.</p>
<p>Why can't we have it? There's tons of good chat plug ins out there. Can't you guys add one that's safe and efficient for us all to use?
</p>]]></description>
					</item>
		<item>
			<title>estheticonae on "Multiply Plugins"</title>
			<link>https://wordpress.org/ideas/topic/multiply-plugins#post-31021</link>
			<pubDate>Thu, 17 Nov 2016 03:36:36 +0000</pubDate>
			<dc:creator>estheticonae</dc:creator>
			<guid isPermaLink="false">31021@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Are you talking about 'packs' of plugins?
</p>]]></description>
					</item>
		<item>
			<title>ill75 on "Draft of Widgets"</title>
			<link>https://wordpress.org/ideas/topic/draft-of-widgets#post-31020</link>
			<pubDate>Wed, 16 Nov 2016 22:49:00 +0000</pubDate>
			<dc:creator>ill75</dc:creator>
			<guid isPermaLink="false">31020@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hi, my Idea.<br />
Make a draft of widgets. Hidden widgets did not disappear, and appear below. Conveniently.
</p>]]></description>
					</item>
		<item>
			<title>mikelp9 on "Wordpress 5.0 features"</title>
			<link>https://wordpress.org/ideas/topic/wordpress-50-features#post-31019</link>
			<pubDate>Wed, 16 Nov 2016 18:45:34 +0000</pubDate>
			<dc:creator>mikelp9</dc:creator>
			<guid isPermaLink="false">31019@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Would you add thumbnails for terms and ability to sort in the core, please? Why not?<br />
Please, let me know, when the version 5.0 of WP will be released?
</p>]]></description>
					</item>
		<item>
			<title>Happy Thanksgiving Images on "Multiply Plugins"</title>
			<link>https://wordpress.org/ideas/topic/multiply-plugins#post-31018</link>
			<pubDate>Wed, 16 Nov 2016 16:07:29 +0000</pubDate>
			<dc:creator>Happy Thanksgiving Images</dc:creator>
			<guid isPermaLink="false">31018@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>it will be great but not good idea.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Flow WordPress - dog food plugin or mode"</title>
			<link>https://wordpress.org/ideas/topic/flow-wordpress-dog-food-plugin-or-mode#post-31016</link>
			<pubDate>Wed, 16 Nov 2016 14:20:47 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31016@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This would be a plugin or a 3rd party desktop app. Not a feature of core.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Make &quot;Installed Plugins&quot; look like &quot;Add Plugins&quot;"</title>
			<link>https://wordpress.org/ideas/topic/make-installed-plugins-look-like-add-plugins#post-31015</link>
			<pubDate>Wed, 16 Nov 2016 14:19:31 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31015@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Themes are not plugins. Themes are intensely visual. Some plugins have no interfaces. They're used totally differently as well. It's okay they look different :)
</p>]]></description>
					</item>
		<item>
			<title>maxkaffee2016 on "Multiply Plugins"</title>
			<link>https://wordpress.org/ideas/topic/multiply-plugins#post-31014</link>
			<pubDate>Wed, 16 Nov 2016 13:06:43 +0000</pubDate>
			<dc:creator>maxkaffee2016</dc:creator>
			<guid isPermaLink="false">31014@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I hate it to upload a plugin one by one. It will be a great function if a mulitply upload will be possible. What do you think about this?
</p>]]></description>
					</item>
		<item>
			<title>Peter on "Make &quot;Installed Plugins&quot; look like &quot;Add Plugins&quot;"</title>
			<link>https://wordpress.org/ideas/topic/make-installed-plugins-look-like-add-plugins#post-31013</link>
			<pubDate>Wed, 16 Nov 2016 12:15:03 +0000</pubDate>
			<dc:creator>Peter</dc:creator>
			<guid isPermaLink="false">31013@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The WP admin area shows installed Themes in a beautiful grid. Also the page to add a new Plugin looks beautiful.</p>
<p>In comparison with those pages the Installed Plugins page looks ... oh well ... ugly.</p>
<p>It should be possible for Plugin Developers to add the Plugin Icon to the plugin's directory - like screenshot.png in a theme's directory.</p>
<p>The Activate/Deactivate, Edit and Delte links could be buttons like the Install Now button on the Add Plugins page.</p>
<p>Effort should be small because I think most of the code can be reused from the existing Add Plugins grid.</p>
<p>This would make the pages look much more uniform.
</p>]]></description>
					</item>
		<item>
			<title>MKSnMKS on "Flow WordPress - dog food plugin or mode"</title>
			<link>https://wordpress.org/ideas/topic/flow-wordpress-dog-food-plugin-or-mode#post-31012</link>
			<pubDate>Wed, 16 Nov 2016 10:11:54 +0000</pubDate>
			<dc:creator>MKSnMKS</dc:creator>
			<guid isPermaLink="false">31012@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>When optimizing the work flow in wordpress, the users make a video, screencast, or screen capture.</p>
<p>It might help the people who are capturing their behavior, and help the automated processing of the data collected, if;</p>
<p>There was a function, possibly provided by a plugin, that just by clicking on a button, would activate standardized methods for capturing data types.<br />
The user may be presented with choices on what to capture.</p>
<p>Options might include, screen capture of each window redraw, video, mic (talk through), debug info capture, timing, etc.</p>
<p>Bundle all the data together and send off in a package kit.</p>
<p>It would work similar to macro record in a word processor, and could be edited.</p>
<p>This would make it far easier to be tested in real world situations, because you just need to "turn it on".<br />
No need to click a screen capture each time - the screen is grabbed automatically by detecting pop-ups, and new pages.<br />
The stuff that was recorded before any problem or scenario of interest, can be clipped out.<br />
At the end of a session, or every "so often" the user could be prompted to delete everything recoded so far, for convenience.</p>
<p>No need to try to re-construct some event that has already happened.</p>
<p>Also very handy as a debug for anything.</p>
<p>Having recorded debug info, the data could be edited to swap elements in the situation such as the theme, version of software/plugin.<br />
These could be collected as "typical use scenarios", that can then be automatically replayed through any newly developed system.</p>
<p>It helps capture re-useable tasks for automatic testing.</p>
<p>The user may choose which programs they want to use for video, audio, screen captures, etc on their device, but the dogfood system triggers the capture, and collects it all together for editing, and sending.</p>
<p>The dogfood editor basically lays all the data in the time line, so when the user selects a video clip, or section of a series of screen captures, for the dog food clip, the editor will clip the other information like debug, and mouse clicks, etc.</p>
<p>Have a button on the viewed page to click on as a bookmark. So the user can go back latter to clip the sequence, after they have finished their actual task.
</p>]]></description>
					</item>
		<item>
			<title>artenis on "choice of img or div background when we add a media"</title>
			<link>https://wordpress.org/ideas/topic/choice-of-img-or-div-background-when-we-add-a-media#post-31011</link>
			<pubDate>Wed, 16 Nov 2016 10:09:46 +0000</pubDate>
			<dc:creator>artenis</dc:creator>
			<guid isPermaLink="false">31011@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hi, it will be awesome to have the choice to include the img tag or a div background when we add a media.<br />
If my idea is chosen, it will be great to have the options of background-size and background-position and others options which can personalize the image.
</p>]]></description>
					</item>
		<item>
			<title>spirit87 on "Track changes"</title>
			<link>https://wordpress.org/ideas/topic/track-changes#post-31010</link>
			<pubDate>Tue, 15 Nov 2016 21:20:12 +0000</pubDate>
			<dc:creator>spirit87</dc:creator>
			<guid isPermaLink="false">31010@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Add the ability to 'track changes' like in Microsoft Word, possibly add in-text notes to. This will help make revisions quicker for junior writers. </p>
<p>Having multiple article versions saved (e.g. v3, v4) so you can reference back and forth would also be useful.
</p>]]></description>
					</item>
		<item>
			<title>linktrainer on "Meta description"</title>
			<link>https://wordpress.org/ideas/topic/meta-description-1#post-31007</link>
			<pubDate>Tue, 15 Nov 2016 09:59:45 +0000</pubDate>
			<dc:creator>linktrainer</dc:creator>
			<guid isPermaLink="false">31007@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Cant you solve this problem by using custom fields? I think it could be an easy way.
</p>]]></description>
					</item>
		<item>
			<title>perthmetro on "Allow users to rate plugins more easily (e.g. inside WP-Admin)"</title>
			<link>https://wordpress.org/ideas/topic/allow-users-to-rate-plugins-more-easily-eg-inside-wp-admin#post-31006</link>
			<pubDate>Tue, 15 Nov 2016 04:33:44 +0000</pubDate>
			<dc:creator>perthmetro</dc:creator>
			<guid isPermaLink="false">31006@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>It doesn't help that plugin authors are allowed to vote on their own plugins. Having a 5 star rating with only the author's vote is stupid.
</p>]]></description>
					</item>
		<item>
			<title>Maria Daniel Deepak on "Automatic Reminder Emails"</title>
			<link>https://wordpress.org/ideas/topic/automatic-reminder-emails#post-31002</link>
			<pubDate>Mon, 14 Nov 2016 17:02:43 +0000</pubDate>
			<dc:creator>Maria Daniel Deepak</dc:creator>
			<guid isPermaLink="false">31002@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Here you go,</p>
<p><a href="https://wordpress.org/plugins/wpsite-post-status-notifications/" rel="nofollow">https://wordpress.org/plugins/wpsite-post-status-notifications/</a></p>
<p>This plugin notifies admins when contributors submit a post for review.
</p>]]></description>
					</item>
		<item>
			<title>huehnerstallkaufen1 on "Non-blocking Asynchronous wp_enqueue_script"</title>
			<link>https://wordpress.org/ideas/topic/non-blocking-asynchronous-wp_enqueue_script#post-31001</link>
			<pubDate>Mon, 14 Nov 2016 14:05:02 +0000</pubDate>
			<dc:creator>huehnerstallkaufen1</dc:creator>
			<guid isPermaLink="false">31001@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>@Paris Holley</p>
<p>Thank you so much for the plugin! It worked for me.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Small Desktop Layout Fix on wordpress.com"</title>
			<link>https://wordpress.org/ideas/topic/small-desktop-layout-fix-on-wordpresscom#post-30998</link>
			<pubDate>Mon, 14 Nov 2016 01:45:24 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">30998@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Sadly it;'s not since this is wordpress.org which is not actually that related to wordpress.com</p>
<p>You should report this on wordpress.com please and thank you :)
</p>]]></description>
					</item>
		<item>
			<title>gloriabutler01 on "Add Time When Writing Post"</title>
			<link>https://wordpress.org/ideas/topic/add-time-when-writing-post#post-30988</link>
			<pubDate>Sun, 13 Nov 2016 11:07:00 +0000</pubDate>
			<dc:creator>gloriabutler01</dc:creator>
			<guid isPermaLink="false">30988@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Thanks for Sharing. I was looking for it since long time as I am wasting my time too much in writing.
</p>]]></description>
					</item>
		<item>
			<title>yulearn1day on "Plugin Directory Sort &amp; Filter Functions"</title>
			<link>https://wordpress.org/ideas/topic/plugin-directory-sort-filter-functions#post-30987</link>
			<pubDate>Sun, 13 Nov 2016 05:38:22 +0000</pubDate>
			<dc:creator>yulearn1day</dc:creator>
			<guid isPermaLink="false">30987@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I was thinking along the lines of sorting and filtering the fields already being displayed (Compatible Upto, Last Updated).</p>
<p>I just want to skip over the abandoned and outdated plugins.</p>
<p>I'm actually against sorting the "Ratings" and "Active Installs" because it would create a huge imbalance between new plugins and popular ones. New plugins would never have a chance to be near the top.
</p>]]></description>
					</item>

	</channel>
</rss>
