<?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; Links</title>
	<atom:link href="http://digwp.com/category/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com</link>
	<description>Learn how to take your WordPress skills to the next level.</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:07:32 +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>PubSubHubbub Now On All WordPress.com sites (+ plugin for self hosted&#160;sites)</title>
		<link>http://en.blog.wordpress.com/2010/03/03/rub-a-dub-dub-in-the-pubsubhubbub/</link>
		<comments>http://digwp.com/2010/03/pubsubhubbub-now-on-all-wordpress-com-sites-plugin-for-self-hosted-sites/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:54:45 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1546</guid>
		<description><![CDATA[This is me trying to understand it:
Instead of services that read your feeds (e.g. Google Reader) having to ASK for your feed periodically, now they can instead just wait until YOUR SITE notifies THEM. Basically a &#8220;push&#8221; service. 
It seems to me this is half the equation. The other half is building services that accept [...]]]></description>
			<content:encoded><![CDATA[<p>This is me trying to understand it:</p>
<p>Instead of services that read your feeds (e.g. Google Reader) having to ASK for your feed periodically, now they can instead just wait until YOUR SITE notifies THEM. Basically a &#8220;push&#8221; service. </p>
<p>It seems to me this is half the equation. The other half is building services that accept these push notifications. I&#8217;m not sure who is already doing that, but I wouldn&#8217;t be surprised if Google is on it, since it seems like a more efficient way of doing things on both sides (less server resources on both sides).</p>
<p>Two concerns I can think of:</p>
<ol>
<li>Is this just as reliable as the &#8220;old&#8221; way? People not getting feed updates because of a hiccup in the chain sucks for everyone.</li>
<li>This makes &#8220;accidentally&#8221; hitting that publish button potentially even more embarrassing than it already can be. Like when you <a href="http://digwp.com/2010/03/change-quick-action-button/#comment-3578">accidentally publish a post instead of a page</a>.</li>
</ol>
<p>Also check the <a href="http://code.google.com/p/pubsubhubbub/">overview slideshow here</a>.</p>
<p><small><a href="http://en.blog.wordpress.com/2010/03/03/rub-a-dub-dub-in-the-pubsubhubbub/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/03/pubsubhubbub-now-on-all-wordpress-com-sites-plugin-for-self-hosted-sites/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/03/pubsubhubbub-now-on-all-wordpress-com-sites-plugin-for-self-hosted-sites/">Permalink</a> | <a href="http://digwp.com/2010/03/pubsubhubbub-now-on-all-wordpress-com-sites-plugin-for-self-hosted-sites/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/03/pubsubhubbub-now-on-all-wordpress-com-sites-plugin-for-self-hosted-sites/&title=PubSubHubbub Now On All WordPress.com sites (+ plugin for self hosted&nbsp;sites)">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/03/pubsubhubbub-now-on-all-wordpress-com-sites-plugin-for-self-hosted-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Link to Favorites&#160;Dropdown</title>
		<link>http://tipsforwordpress.com/wordpress/add-link-to-favorites-drop-down/</link>
		<comments>http://digwp.com/2010/03/add-link-to-favorites-dropdown/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:36:06 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1544</guid>
		<description><![CDATA[This is basically a smarter way to handle the situation I just posted about. Using a function to manipulate the favorites dropdown instead of a core hack.
Direct Link to Article &#8212; Permalink on DiWLike the article? Get the book!

© 2010 Digging into WordPress &#124; Permalink &#124; Comments &#124; Add to
Delicious
Categorized: Links &#124; Tagged: ]]></description>
			<content:encoded><![CDATA[<p>This is basically a smarter way to handle the situation I just posted about. Using a function to manipulate the favorites dropdown instead of a core hack.</p>
<p><small><a href="http://tipsforwordpress.com/wordpress/add-link-to-favorites-drop-down/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/03/add-link-to-favorites-dropdown/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/03/add-link-to-favorites-dropdown/">Permalink</a> | <a href="http://digwp.com/2010/03/add-link-to-favorites-dropdown/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/03/add-link-to-favorites-dropdown/&title=Add Link to Favorites&nbsp;Dropdown">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/03/add-link-to-favorites-dropdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use BuddyPress, Keep your&#160;Theme</title>
		<link>http://wordpress.org/development/2010/02/buddypress-for-one-and-all-3/</link>
		<comments>http://digwp.com/2010/02/use-buddypress-keep-your-theme/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:32:30 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1483</guid>
		<description><![CDATA[If you want to use BuddyPress (a massive plugin that basically adds a social networking layer to WordPress sites, think, forums, profiles, user blogs, etc) but you&#8217;ve been hesitant to try it, now is a better time than ever.
BuddyPress 1.2 now works with stand-alone WordPress installs (before you had to use MU) and you can [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use BuddyPress (a massive plugin that basically adds a social networking layer to WordPress sites, think, forums, profiles, user blogs, etc) but you&#8217;ve been hesitant to try it, now is a better time than ever.</p>
<p>BuddyPress 1.2 now works with stand-alone WordPress installs (before you had to use MU) and you can even keep your existing theme.</p>
<p><small><a href="http://wordpress.org/development/2010/02/buddypress-for-one-and-all-3/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/02/use-buddypress-keep-your-theme/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/02/use-buddypress-keep-your-theme/">Permalink</a> | <a href="http://digwp.com/2010/02/use-buddypress-keep-your-theme/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/02/use-buddypress-keep-your-theme/&title=Use BuddyPress, Keep your&nbsp;Theme">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/02/use-buddypress-keep-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rockin’ out WordPress custom&#160;loops</title>
		<link>http://www.kristarella.com/2010/02/wordpress-custom-loops/</link>
		<comments>http://digwp.com/2010/02/rockin%e2%80%99-out-wordpress-custom-loops/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:55:37 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1481</guid>
		<description><![CDATA[kristarella has a nice article on writing your own custom loops.
Direct Link to Article &#8212; Permalink on DiWLike the article? Get the book!

© 2010 Digging into WordPress &#124; Permalink &#124; Comments &#124; Add to
Delicious
Categorized: Links &#124; Tagged: ]]></description>
			<content:encoded><![CDATA[<p>kristarella has a nice article on writing your own custom loops.</p>
<p><small><a href="http://www.kristarella.com/2010/02/wordpress-custom-loops/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/02/rockin%e2%80%99-out-wordpress-custom-loops/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/02/rockin%e2%80%99-out-wordpress-custom-loops/">Permalink</a> | <a href="http://digwp.com/2010/02/rockin%e2%80%99-out-wordpress-custom-loops/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/02/rockin%e2%80%99-out-wordpress-custom-loops/&title=Rockin’ out WordPress custom&nbsp;loops">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/02/rockin%e2%80%99-out-wordpress-custom-loops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using HTML5 elements in Wordpress post&#160;content</title>
		<link>http://nicolasgallagher.com/using-html5-elements-in-wordpress-post-content/</link>
		<comments>http://digwp.com/2010/02/using-html5/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:23:06 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1479</guid>
		<description><![CDATA[Nicolas Gallagher:
Here are two ways to include HTML5 elements in your Wordpress post content without Wordpress’ wpautop function wrapping them in p tags or littering your code with line breaks&#8230;. Both ways rely on hand-coding the HTML5 markup in the Wordpress editor’s HTML view.
Direct Link to Article &#8212; Permalink on DiWLike the article? Get the [...]]]></description>
			<content:encoded><![CDATA[<p>Nicolas Gallagher:</p>
<blockquote><p>Here are two ways to include HTML5 elements in your Wordpress post content without Wordpress’ wpautop function wrapping them in p tags or littering your code with line breaks&#8230;. Both ways rely on hand-coding the HTML5 markup in the Wordpress editor’s HTML view.</p></blockquote>
<p><small><a href="http://nicolasgallagher.com/using-html5-elements-in-wordpress-post-content/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/02/using-html5/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/02/using-html5/">Permalink</a> | <a href="http://digwp.com/2010/02/using-html5/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/02/using-html5/&title=Using HTML5 elements in Wordpress post&nbsp;content">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/02/using-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illustrated Article on Theme&#160;Building</title>
		<link>http://www.blog.spoongraphics.co.uk/tutorials/how-to-build-a-custom-wordpress-theme-from-scratch</link>
		<comments>http://digwp.com/2010/02/illustrated-article-on-theme-building/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:14:06 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1429</guid>
		<description><![CDATA[Great crash course article on theme building from Chris Spooner.
Direct Link to Article &#8212; Permalink on DiWLike the article? Get the book!

© 2010 Digging into WordPress &#124; Permalink &#124; Comments &#124; Add to
Delicious
Categorized: Links &#124; Tagged: ]]></description>
			<content:encoded><![CDATA[<p>Great crash course article on theme building from Chris Spooner.</p>
<p><small><a href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-build-a-custom-wordpress-theme-from-scratch" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/02/illustrated-article-on-theme-building/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/02/illustrated-article-on-theme-building/">Permalink</a> | <a href="http://digwp.com/2010/02/illustrated-article-on-theme-building/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/02/illustrated-article-on-theme-building/&title=Illustrated Article on Theme&nbsp;Building">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/02/illustrated-article-on-theme-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WooNav will be integrated in WordPress&#160;core</title>
		<link>http://www.woothemes.com/2010/02/woonav-integrated-in-wp-30/</link>
		<comments>http://digwp.com/2010/02/woonav-will-be-integrated-in-wordpress-core/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:12:38 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1427</guid>
		<description><![CDATA[This is absolutely needed and will be an awesome upgrade for v3.0. Also watch the video.
Direct Link to Article &#8212; Permalink on DiWLike the article? Get the book!

© 2010 Digging into WordPress &#124; Permalink &#124; Comments &#124; Add to
Delicious
Categorized: Links &#124; Tagged: ]]></description>
			<content:encoded><![CDATA[<p>This is absolutely needed and will be an awesome upgrade for v3.0. Also <a href="http://www.woothemes.com/2010/01/the-awesome-custom-woo-navigation/">watch the video</a>.</p>
<p><small><a href="http://www.woothemes.com/2010/02/woonav-integrated-in-wp-30/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/02/woonav-will-be-integrated-in-wordpress-core/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/02/woonav-will-be-integrated-in-wordpress-core/">Permalink</a> | <a href="http://digwp.com/2010/02/woonav-will-be-integrated-in-wordpress-core/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/02/woonav-will-be-integrated-in-wordpress-core/&title=WooNav will be integrated in WordPress&nbsp;core">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/02/woonav-will-be-integrated-in-wordpress-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Configuration Settings Via&#160;Plugin</title>
		<link>http://wpengineer.com/wordpress-useful-default-configuration-settings-via-plugin/</link>
		<comments>http://digwp.com/2010/02/default-settings/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 20:17:01 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1375</guid>
		<description><![CDATA[One of the things I hear people desiring from WordPress is some kind of system for customized installations. So when you go to install a fresh copy, all the settings are how you like them (among other things). 
Thomas Scholz has a sweet solution here to get us nearly there. It&#8217;s a plugin that you [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I hear people desiring from WordPress is some kind of system for customized installations. So when you go to install a fresh copy, all the settings are how you like them (among other things). </p>
<p>Thomas Scholz has a sweet solution here to get us nearly there. It&#8217;s a plugin that you install, activate, and delete. All it does is reset your settings how you like them (you customize it), and delete the &#8220;dummy&#8221; post and comment. </p>
<p><small><a href="http://wpengineer.com/wordpress-useful-default-configuration-settings-via-plugin/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/02/default-settings/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/02/default-settings/">Permalink</a> | <a href="http://digwp.com/2010/02/default-settings/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/02/default-settings/&title=Default Configuration Settings Via&nbsp;Plugin">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/02/default-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcoming Two New WordPress&#160;Sites</title>
		<link>http://wpshift.com/</link>
		<comments>http://digwp.com/2010/01/welcoming-two-new-wordpress-sites/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 07:40:47 +0000</pubDate>
		<dc:creator>Jeff Starr</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1358</guid>
		<description><![CDATA[Last night while twittering, I enjoyed the launch of two incredible new WordPress sites. First announced was WPShift, specializing in custom WordPress themes:
Our WordPress themes offer you infinite customisation: just drag and drop. Beautiful sites are now for everyone. Customisable sites are now for everyone.
Then almost immediately after the WPShift tweet, Ben Gillbanks announced his [...]]]></description>
			<content:encoded><![CDATA[<p>Last night while <a href="http://twitter.com/perishable" title="Jeff Starr (aka @perishable) on Twitter">twittering</a>, I enjoyed the launch of two incredible new WordPress sites. First <a href="http://twitter.com/AlexDenning/status/8489282259" title="@AlexDenning: We've launched http://wpshift.com !">announced</a> was <a href="http://wpshift.com/" title="WPShift">WPShift</a>, specializing in custom WordPress themes:</p>
<blockquote><p>Our WordPress themes offer you infinite customisation: just drag and drop. Beautiful sites are now for everyone. Customisable sites are now for everyone.</p></blockquote>
<p>Then almost immediately after the WPShift tweet, <a href="http://www.binarymoon.co.uk/" title="Ben Gillbanks's BinaryMoon">Ben Gillbanks</a> <a href="http://twitter.com/BinaryMoon/status/8489500019" title="@BinaryMoon: I on the other hand, have finally launched WPVote - http://wpvote.com - you can use it to promote your WordPress wares">announced</a> his newly acquired and freshly redesigned <a href="http://wpvote.com/" title="WPVote">WPVote</a> site, where the WordPress community can submit and vote for their favorite WordPress posts. Think of it as way better than Digg for WordPress.</p>
<p>Both Alex and Ben did a tremendous job with their new sites. Congrats to both!</p>
<p><small><a href="http://wpshift.com/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/01/welcoming-two-new-wordpress-sites/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/01/welcoming-two-new-wordpress-sites/">Permalink</a> | <a href="http://digwp.com/2010/01/welcoming-two-new-wordpress-sites/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/01/welcoming-two-new-wordpress-sites/&title=Welcoming Two New WordPress&nbsp;Sites">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/01/welcoming-two-new-wordpress-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Default Theme for WordPress&#160;3.0</title>
		<link>http://2010dev.wordpress.com/</link>
		<comments>http://digwp.com/2010/01/new-default-theme/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:08:27 +0000</pubDate>
		<dc:creator>Chris Coyier</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://digwp.com/?p=1338</guid>
		<description><![CDATA[When 3.0 comes out, Kubrick and Classic will be dead and a new theme will be in. I don&#8217;t think it has an official name yet, but you can check it out so far by following the link. It&#8217;s currently in active development, I&#8217;ve noticed changes just in the few days I&#8217;ve been watching it.
Raises [...]]]></description>
			<content:encoded><![CDATA[<p>When 3.0 comes out, Kubrick and Classic will be dead and a new theme will be in. I don&#8217;t think it has an official name yet, but you can check it out so far by following the link. It&#8217;s currently in active development, I&#8217;ve noticed changes just in the few days I&#8217;ve been watching it.</p>
<p>Raises the bar, if you ask me.</p>
<p><small><a href="http://2010dev.wordpress.com/" title="Direct link to featured article">Direct Link to Article</a> &#8212; <a href="http://digwp.com/2010/01/new-default-theme/" title="Permalink to post on DiW">Permalink on DiW</a></small></p><p style="border:1px solid #ccc; background: #eee; line-height: 20px; padding: 5px 10px; margin-top: 10px;">Like the article? <a href="http://digwp.com/book"><strong>Get the book!</strong></a></p>
<hr />
<p><small>© 2010 <a href="http://digwp.com">Digging into WordPress</a> | <a href="http://digwp.com/2010/01/new-default-theme/">Permalink</a> | <a href="http://digwp.com/2010/01/new-default-theme/#comments">Comments</a> | Add to
<a href="http://del.icio.us/post?url=http://digwp.com/2010/01/new-default-theme/&title=New Default Theme for WordPress&nbsp;3.0">Delicious</a><br />
Categorized: <a href="http://digwp.com/category/links/" title="View all posts in Links" rel="category tag">Links</a> | Tagged: </small></p>]]></content:encoded>
			<wfw:commentRss>http://digwp.com/2010/01/new-default-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
