<?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>Digging into WordPress &#187; wishes</title>
	<atom:link href="http://digwp.com/tag/wishes/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:03:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Wishes</title>
		<link>http://digwp.com/2010/01/wordpress-wishes/</link>
		<comments>http://digwp.com/2010/01/wordpress-wishes/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 15:42:50 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[art-direction]]></category>
		<category><![CDATA[wishes]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1030</guid>
		<description><![CDATA[Happy New Year all! I&#8217;m looking forward to what will hopefully be an awesome year, with WordPress and otherwise. I thought I&#8217;d take the opportunity to wish-o-wish upon a star and toss out some things I think would be really cool to see happen in the WordPress world. Subscribe To Comments, rebuilt for modern WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year all! I&#8217;m looking forward to what will hopefully be an awesome year, with WordPress and otherwise. I thought I&#8217;d take the opportunity to wish-o-wish upon a star and toss out some things I think would be really cool to see happen in the WordPress world. </p>
<p><span id="more-1030"></span></p>
<h3>Subscribe To Comments, rebuilt for modern WordPress</h3>
<p>This is an <a href="http://wordpress.org/extend/plugins/subscribe-to-comments/">incredibly popular plugin</a>, and we use it right here on Digging Into WordPress. It still works with 2.9, but it hasn&#8217;t been updated since 2007-12-14. There is no admin panel to speak of, and the management screen that does exist looks like this:</p>
<p><img src="http://digwp.com/wp-content/blog-images/submanager.png" width="590" height="359" alt="" title="" /></p>
<p>I would love to see this re-built, designed up, and intergrated into the Admin area of WordPress.</p>
<h3>Publishing a page, main action button</h3>
<p>If you publish a lot of <strong>Pages</strong> in WordPress, you can feel me on this one. </p>
<p><img src="http://digwp.com/wp-content/blog-images/newpage.png" width="590" height="146" alt="" title="" /></p>
<h3>Approved comments to all admins</h3>
<p>For posts that Jeff writes, when someone comments, Jeff gets an email and I don&#8217;t. When I write an article and someone comments, I get an email but Jeff doesn&#8217;t. There should be some kind of way (plugin?) where we both get emails about comments. </p>
<h3>Feature/Bury comments</h3>
<p>Alright this one I think would be a HUGELY awesome idea for a plugin. Two more buttons for comment moderation:</p>
<p><img src="http://digwp.com/wp-content/blog-images/featurebury.png" width="590" height="154" alt="" title="" /></p>
<p>All the plugin does is add this information to the comment data somehow. When all the comments are output with wp_list_comments, the only thing that happens is a &#8220;featured&#8221; or &#8220;bury&#8221; class is applied to the list items classes:</p>
<p><img src="http://digwp.com/wp-content/blog-images/commentclass.png" width="590" height="215" alt="" title="" /></p>
<p>Then it is up to the theme designer to integrate styling or functionality with these hook. Imagine special backgrounds for featured comments, or gray-ing down buried comments. I could even see this being in the WordPress core, as a way to really enhance the readability of long comment threads through admin moderation.</p>
<h3>Style-XXXX.css</h3>
<p>I like the <a href="http://wordpress.org/extend/plugins/art-direction/">Art Direction plugin*</a> for it&#8217;s ability to add code into the &lt;head&gt; section for any particular Post or Page. This gives the ability to add CSS or JavaScript unique to a page and all the <a href="http://css-tricks.com/video-screencasts/77-styling-an-individual-article/">possibilities that brings</a>. </p>
<p>Another way to approach this would be to have your theme automatically look for the presence of a CSS file unique to it on the server somewhere. Probably in the format &#8220;style-%PAGE-ID%.css&#8221;.  If this file exists, it appends it into the head and uses it. If not, it doesn&#8217;t. That way styling a post is as simple as chucking in a CSS file of the proper name and writing code.</p>
<p>* Important note about the Art Direction Plugin: it breaks caching plugins. I&#8217;m sure many of you use caching plugins like <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> or <a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a>. The combo of these plugins will wreak all kinds of havoc on your site. <a href="http://www.w3-edge.com/">Frederick Townes</a> has re-wrote the art direction plugin for my use on CSS-Tricks, and we&#8217;ve tried to submit it to the author be he hasn&#8217;t done anything with it yet.</p>
<h3>Rules for turning comments off</h3>
<p>There is one setting under Settings > Discussion for when you want comments turned off on all Posts/Pages. It&#8217;s fairly common on bigger sites to turn off comments on older content. After a certain amount of time relevant conversation dies off and turns into all spam and makes moderating comments on the site a much bigger job. </p>
<p>However, there might be certain content on a site which may make sense to have different durations for open comments. An opinionated blog article, maybe 2 weeks. A snippet of code, perhaps a year would be better. I think it would be cool to be able to set how long comments stay open. Perhaps based on what page template is in use, or the category applied.</p>
<p>&nbsp;</p>
<p>That&#8217;s all I gots for now. Food for thought.</p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/01/wordpress-wishes/">Permalink</a> | <a href="http://digwp.com/2010/01/wordpress-wishes/#comments">31 comments</a> | Add to <a href="http://del.icio.us/post?url=http://digwp.com/2010/01/wordpress-wishes/&title=WordPress Wishes">del.icio.us</a> | Post tags: <a href="http://digwp.com/tag/art-direction/" rel="tag">art-direction</a>, <a href="http://digwp.com/tag/wishes/" rel="tag">wishes</a><br/></small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/01/wordpress-wishes/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

