<?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; Themes</title>
	<atom:link href="http://wpgarage.com/category/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Tue, 15 May 2012 11:49:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Why I don&#8217;t like WordPress child themes and frameworks. Don&#8217;t be angry.</title>
		<link>http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/</link>
		<comments>http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/#comments</comments>
		<pubDate>Thu, 26 May 2011 10:56:00 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[News & Views]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/</guid>
		<description><![CDATA[<p>I know that child themes and frameworks are all the rage. Especially since the release of TwentyTen. It&#8217;s hard to find even one negative post about child themes on the web. I do understand that there are advantages to working with child themes, and they are very tempting. But. Not tempting enough. I purchased the [...]</p><p>This post was originally published at <a href="http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/">Why I don&#8217;t like WordPress child themes and frameworks. Don&#8217;t be angry.</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/" data-url="http://illum.in/nnUjQp" data-text="Why I don&#8217;t like WordPress child themes and frameworks. Don&#8217;t be angry." data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/"></g:plusone></div></div><p>I know that <a href="http://codex.wordpress.org/Child_Themes">child themes</a> and frameworks are all the rage. Especially since the release of <a href="http://wordpress.org/extend/themes/twentyten">TwentyTen</a>. It&#8217;s hard to find even one negative post about child themes on the web. I do understand that there are advantages to working with child themes, and they are very tempting. But. Not tempting enough. I purchased the <a href="http://www.studiopress.com/themes/genesis">Genesis</a> framework from StudioPress a while ago but when it came to adding simple functionality, I felt like I had to go through a whole maze of hooks and filters. And that’s just for Genesis! What if I decide to switch to Thesis, Headway, or one of the other frameworks. And as for TwentyTen, what if I want to change around the whole layout? Is it still worth it to use a child theme? I can see the benefit of using child themes or frameworks for minor style and color changes. Am I still saving time? Let&#8217;s take a look at the pros and cons of child themes or frameworks as I see them.</p>
<h1><strong>Advantages</strong> (let’s start with the good news)</h1>
<ul>
<li><strong>Stays up to date to get new WordPress functionality</strong>. You just have to make sure it doesn’t break any of the functionality you have in place.</li>
<li><strong>Options Panels. Maybe</strong> (notice how this also appears in the disadvantages) Options Panels are great for people who don’t want to get their hands messy with code.</li>
<li><strong>Saves time on development. Maybe.</strong> Depends what you’re trying to do, but if you end up creating tons of custom files for your child theme, or spend time trying to learn all the ins and outs of the framework, or have to fix things that broke with the new version of WordPress, the time saved could come to a big zero.</li>
</ul>
<p>Not very convincing advantages, are they?</p>
<h1><span style="font-weight: bold;">Disadvantages</span></h1>
<ul>
<li><strong>Learning Curve / Development time. </strong>How do I add another widget or a query_post()? Good luck trying to figure out whether it’s in the child theme or the parent theme. Learning a new child/parent theme or framework can be a total time suck. Have I mentioned that already?</li>
<li><strong>Lots of unnecessary stuff and options panel.</strong> I miss the days when a theme was just a theme. It helped you out with the styling but left you in control of functionality. Can we go back to basic?</li>
</ul>
<p>Now if you’ll excuse me, I have to go figure out how to remove all the features that the client didn’t order. Sigh.</p>
<h1><strong>What do you think?</strong></h1>
<p>Am I alone in these feelings? What have your experiences been with child themes and frameworks? What was the good and bad? Which ones have you worked with? Maybe you&#8217;ll convince me to give it another try.</p>
<p>This post was originally published at <a href="http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/">Why I don&#8217;t like WordPress child themes and frameworks. Don&#8217;t be angry.</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/news-views/why-i-dont-like-wordpress-child-themes-and-frameworks-dont-be-angry/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Revolution themes enters next evolution</title>
		<link>http://wpgarage.com/themes/revolution-themes-enters-next-evolution/</link>
		<comments>http://wpgarage.com/themes/revolution-themes-enters-next-evolution/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 09:04:00 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[free themes]]></category>
		<category><![CDATA[magazine themes]]></category>
		<category><![CDATA[premium themes]]></category>
		<category><![CDATA[Wordpress themes]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/?p=375</guid>
		<description><![CDATA[<p>You&#8217;ve probably heard the news, but I&#8217;m going to join the echo chamber anyways: Brian Gardner has taken his &#8220;Revolution&#8221; into a new Open Source evolution over at Revolution Two. Now he has a bunch of partners, and the themes are released under Open GPL license, which pretty much means you can use them any [...]</p><p>This post was originally published at <a href="http://wpgarage.com/themes/revolution-themes-enters-next-evolution/">Revolution themes enters next evolution</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/themes/revolution-themes-enters-next-evolution/" data-url="http://illum.in/oJ522n" data-text="Revolution themes enters next evolution" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/themes/revolution-themes-enters-next-evolution/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/themes/revolution-themes-enters-next-evolution/"></g:plusone></div></div><p><a href="http://www.revolutiontwo.com"><img class="alignleft size-full wp-image-376" title="Revolution Two" src="http://wpgarage.com/wp-content/uploads/2008/10/logo.gif" alt="" width="360" height="71" /></a>You&#8217;ve probably heard the news, but I&#8217;m going to join the echo chamber anyways: <a title="Brian Gardner" href="http://www.briangardner.com/">Brian Gardner</a> has taken his &#8220;Revolution&#8221; into a new Open Source evolution over at <a title="Revolution Two" href="http://www.revolutiontwo.com/">Revolution Two</a>. Now he has <a title="Revolution Two Team" href="http://www.revolutiontwo.com/team">a bunch of partners</a>, and the themes are released under Open <a title="GPL License" href="http://www.opensource.org/licenses/gpl-license.php">GPL license</a>, which pretty much means you can use them any way you like and for any (legal) purposes. The business model is that people can <a title="Signup for Revolution Two" href="http://www.revolutiontwo.com/signup">buy membership packages</a> which gives them access to advice and guidance related to the themes, as well as custom design services and <a title="Revolution Two hosting" href="http://www.revolutiontwo.com/webhosting">hosting</a> .</p>
<p>The <a title="Premium Revolution Theme" href="http://news.revolutiontheme.com/">premium Revolution themes</a> will be available until tomorrow, and at midnight they will turn into a pumpkin. But no worries &#8211; the new themes look fantastic, and really add to the WordPress community.</p>
<p>This post was originally published at <a href="http://wpgarage.com/themes/revolution-themes-enters-next-evolution/">Revolution themes enters next evolution</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/themes/revolution-themes-enters-next-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want a WordPress plugin to&#8230;</title>
		<link>http://wpgarage.com/plugins/i-want-a-wordpress-plugin/</link>
		<comments>http://wpgarage.com/plugins/i-want-a-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 05:58:47 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[miscellaneous]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/?p=406</guid>
		<description><![CDATA[<p>So you&#8217;ve got a shiny new WordPress blog, and you really want to add a cool feature that either demands programming the feature into your site, or even better, finding the perfect plugin so that you can add the feature with a few clicks. The conventional way of finding plugins is to either search the [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/i-want-a-wordpress-plugin/">I want a WordPress plugin to&#8230;</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/i-want-a-wordpress-plugin/" data-url="http://illum.in/nQZPDi" data-text="I want a WordPress plugin to&#8230;" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/i-want-a-wordpress-plugin/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/i-want-a-wordpress-plugin/"></g:plusone></div></div><p>So you&#8217;ve got a shiny new WordPress blog, and you really want to add a cool feature that either demands programming the feature into your site, or even better, finding the perfect plugin so that you can add the feature with a few clicks.</p>
<p>The conventional way of finding plugins is to either search the <a title="WordPress plugin directory" href="http://wordpress.org/extend/plugins/">WordPress plugin directory</a>, or to do a search. Well, here&#8217;s a new way that is actually really smart and useful &#8211; visit this site: <a title="I want a WordPress Plugin to ... 450+ solutions" href="http://www.econsultant.com/i-want-wordpress-plugins/index.html">I want a WordPress Plugin to &#8230; 450+ solutions</a>.</p>
<p>At the top of the page, there is a hyperlinked list of related features for plugins, like Related Authors, Admin, Stats, Posts, Tags, etc.</p>
<p><a href="wp-content/uploads/2008/06/wp-plugins.jpg"><img class="alignnone size-full wp-image-407" title="450+ WordPress Plugins" src="http://wpgarage.com/wp-content/uploads/2008/06/wp-plugins.jpg" alt="450+ WordPress Plugins" width="400" height="149" /></a></p>
<p>You click on one of those links, and it takes you to a list of plugins that can help you achieve that feature. So for example, if I click on <a title="Calendars" href="http://www.econsultant.com/i-want-wordpress-plugins/index.html#calendars">Calendars</a>, I get a list of 4 plugins that can help me add a calendar to my WordPress blog. I personally know that there are many more calendar-related plugins for adding calendars to your blog, but you can submit more plugins for them to add to the list.</p>
<p>I think the idea behind this site is good, but it really needs a lot of community contribution in order to make it more complete.</p>
<p><a title="I want a WordPress Plugin to ... 450+ solutions" href="http://www.econsultant.com/i-want-wordpress-plugins/index.html#calendars">I want a WordPress Plugin to &#8230; 450+ solutions</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/i-want-a-wordpress-plugin/">I want a WordPress plugin to&#8230;</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/i-want-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Over 45 amazing free magazine/grid WordPress themes</title>
		<link>http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/</link>
		<comments>http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/#comments</comments>
		<pubDate>Thu, 29 May 2008 12:42:23 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[free themes]]></category>
		<category><![CDATA[magazine themes]]></category>
		<category><![CDATA[premium themes]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/?p=399</guid>
		<description><![CDATA[<p>I rarely link to collections of WordPress themes because they always seem to repeat themselves, or are uninteresting. But WPZoom has posted a list of AMAZING magazine/grid layout WordPress themes, including themes that I&#8217;ve never seen before. Here are my 3 favorites from the list: Arthemia &#8211; this is by far the best free WordPress [...]</p><p>This post was originally published at <a href="http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/">Over 45 amazing free magazine/grid WordPress themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/" data-url="http://illum.in/qRzGzf" data-text="Over 45 amazing free magazine/grid WordPress themes" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/"></g:plusone></div></div><p>I rarely link to collections of WordPress themes because they always seem to repeat themselves, or are uninteresting. But <a title="WPZoom" href="http://www.wpzoom.com/">WPZoom</a> has posted a list of AMAZING magazine/grid layout WordPress themes, including themes that I&#8217;ve never seen before.</p>
<p>Here are my 3 favorites from the list:</p>
<ol>
<li><a title="Arthemia WordPress theme" href="http://www.michaeljubel.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> &#8211; this is by far the best free WordPress theme I&#8217;ve seen in a long time. Everything is nice about it, from the nav bar down to the content-rich footer.</li>
<li><a title="Futurosity EOS WordPress theme" href="http://www.futurosity.com/wordpress-theme-futurosity-eos">Futurosity EOS</a> &#8211; this is a tastefully, minimalistic theme, and I&#8217;ve said before, I&#8217;m a sucker for minimalism.</li>
<li><a title="Wynton Magazine WordPress theme" href="http://www.der-prinz.com/2008/04/21/new-magazine-style-theme-for-wordpress-wyntonmagazine/">Wynton Magazine</a> &#8211; the designer of this theme added a nice drop shadow effect to the feature post.</li>
</ol>
<p>Check out the post: <a href="http://www.wpzoom.com/wordpress-themes-sets/45-free-premium-wordpress-themes-with-magazine-or-grid-layouts/">45+ Free Premium WordPress Themes with Magazine or Grid Layouts</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/">Over 45 amazing free magazine/grid WordPress themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/themes/over-45-amazing-free-magazinegrid-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Happy 5th Birthday WordPress!</title>
		<link>http://wpgarage.com/news-views/happy-5th-birthday-wordpress/</link>
		<comments>http://wpgarage.com/news-views/happy-5th-birthday-wordpress/#comments</comments>
		<pubDate>Sun, 25 May 2008 15:23:31 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[News & Views]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[silly stuff]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/?p=397</guid>
		<description><![CDATA[<p>Our little baby is turning 5! WordPress has come a long way in five years, from a little snippet of code to a full fledged blogging and CMS system! Yes, WordPress is going into kindergarten, and boy it&#8217;s come a long way. I&#8217;ve only known WordPress for about two years, and even in that short [...]</p><p>This post was originally published at <a href="http://wpgarage.com/news-views/happy-5th-birthday-wordpress/">Happy 5th Birthday WordPress!</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/news-views/happy-5th-birthday-wordpress/" data-url="http://illum.in/mS0ARJ" data-text="Happy 5th Birthday WordPress!" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/news-views/happy-5th-birthday-wordpress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/news-views/happy-5th-birthday-wordpress/"></g:plusone></div></div><p><a href="wp-content/uploads/2008/05/j0384668.jpg"><img class="alignnone size-medium wp-image-398" title="j0384668" src="http://wpgarage.com/wp-content/uploads/2008/05/j0384668-269x300.jpg" alt="Happy Birthday WordPress" width="269" height="300" /></a></p>
<p><span class="q">Our little baby is turning 5! WordPress has come a long way in five years, from a little snippet of code to a full fledged blogging and CMS system!</span></p>
<p>Yes, <a title="WordPress" href="http://wordpress.org">WordPress</a> is going into kindergarten, and boy it&#8217;s come a long way. I&#8217;ve only known WordPress for about two years, and even in that short while it&#8217;s gone through so many permutations. The constant effort to improve WordPress, while at the same time simplify, is tribute to the fantastic energy and innovative spirit of the Automattic team.</p>
<p>Let&#8217;s reminisce a bit, shall we?</p>
<ul>
<li>Remember when WordPress added the Pages feature? That was just groundbreaking.</li>
<li>Remember when WordPress allowed us to easily set one of our Pages as the home page? That was a huge step in taking WordPress from &#8220;just&#8221; a blogging platform to a handy CMS system.</li>
<li>Remember when tags became part of WordPress? How much easier our lives became, how much more SEO friendly WordPress became.</li>
<li>Remember when WordPress redesigned the admin, and then redesigned it again?</li>
<li>Remember when WordPress launched their <a title="Publisher blog" href="http://publisherblog.automattic.com/">Publisher blog</a>?</li>
<li>Remember when WordPress was <a title="Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan: WordPress in Kazakh" href="news-views/cultural-learnings-of-america-for-make-benefit-glorious-nation-of-kazakhstan-wordpress-in-kazakh/">translated into Kazakh</a>?</li>
<li>Remember when WordPress started selling their <a title="WordPress mug" href="news-views/have-a-nice-steaming-mug-ofwordpress/">cobalt blue no-tipping mug</a>?</li>
<li>Remember when the first <a title="WordCamp" href="http://wordcamp.org/">WordCamp</a> took place in San Francisco, and the first major non-US <a title="WordCamp Israel" href="http://2007.wordcamp.co.il/">WordCamp took place in Israel</a> (and <a title="Lorelle on WordPress" href="http://lorelle.wordpress.com">Lorelle</a> joined us)?</li>
</ul>
<p>If you&#8217;re in the San Francisco, make sure to go the <a title="WordPress birthday party" href="http://www.facebook.com/event.php?eid=44552835108&amp;ref=share">official WordPress party</a>. The Israeli WordPress community is trying to set something up too, so we&#8217;ll see if they manage to get anything together in such short notice.</p>
<p>Ah, good times, good times. May we have many more years of WordPress goodness, and congratulations to <a title="photomatt" href="http://ma.tt">Matt</a> and the whole team for taking a tiny bit of code and bringing it to where it is today!</p>
<p>Happy Birthday! Mazal tov!</p>
<p><em>Update: Ran Yaniv Hartstein, the guy in charge of WordPress&#8217; Hebrew translation, has written <a title="??????? ??? ???????? - ????? ?????? ?? ??????? 0.7" href="http://ranh.co.il/archives/300/wordpress-0-7-five-years-ago">a fantastic post</a> that goes through the various changes made to WordPress since it started out as version 0.7, complete with screenshots. He even takes a look at the differences between b2/cafelog and WordPress. It&#8217;s in Hebrew, but I think even non-Hebrew speakers will get a sense of the changes with the screenshots. <a title="??????? ??? ???????? - ????? ?????? ?? ??????? 0.7" href="http://ranh.co.il/archives/300/wordpress-0-7-five-years-ago">Check it out</a>!</em></p>
<p>This post was originally published at <a href="http://wpgarage.com/news-views/happy-5th-birthday-wordpress/">Happy 5th Birthday WordPress!</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/news-views/happy-5th-birthday-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Like Obama? Get your Probama WordPress Theme</title>
		<link>http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/</link>
		<comments>http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 07:32:45 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[silly stuff]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/themes/like-obama-get-your-probama-wordpress-theme/</guid>
		<description><![CDATA[<p>This has got to take the cake: now all those die-hard Obama supporters can get their very own, free, beautiful Probama WordPress theme, thanks to Darren Hoyt and his pals at Category 4. I have to admit that I find Americans&#8217; devotion and passion for political candidates to be unusual. I mean, political candidates are [...]</p><p>This post was originally published at <a href="http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/">Like Obama? Get your Probama WordPress Theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/" data-url="http://illum.in/pQ0YBS" data-text="Like Obama? Get your Probama WordPress Theme" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/"></g:plusone></div></div><p>This has got to take the cake: now all those die-hard Obama supporters can get their very own, free, beautiful <a href="http://www.category4.com/2008/03/11/probama-theme-for-wordpress-released/" title="Probama WordPress theme">Probama WordPress theme</a>, thanks to <a href="http://www.darrenhoyt.com/2008/03/11/a-wordpress-theme-for-barack-obama-supporters/" title="A WordPress Theme for Barack Obama Supporters">Darren Hoyt</a> and his pals at <a href="http://www.category4.com/2008/03/11/probama-theme-for-wordpress-released/" title="Probama Theme for WordPress Released">Category 4</a>.</p>
<p><img src="http://wpgarage.com/wp-content/uploads/2008/03/probama-wordpress-theme.jpg" alt="Probama WordPress Theme" /></p>
<p>I have to admit that I find Americans&#8217; devotion and passion for political candidates to be unusual. I mean, political candidates are just people, and even worse, they&#8217;re politicians. Being a politician means making sweeping, glorious promises to solve world hunger and give free health care to every person who sets foot on American soil, and then breaking all those promises once they get into office since a) They can&#8217;t possibly keep these promises which are unrealistic and not based on anything but their ability to say whatever they want and b) They may know this and actually have no intention of fulfilling these promises.</p>
<p>In any case, you&#8217;ve got to give it to <a href="http://www.barackobama.com" title="Barack Obama">Obama</a> who really has managed to capture the hearts and dreams of so many Americans. From the outside, it almost seems like there are only two candidates: Clinton and Obama, and from the outside Obama really does seem more inspiring. I mean, the guy&#8217;s gotten <a href="http://www.youtube.com/watch?v=wKsoXHYICqU">people</a> <a href="http://www.youtube.com/watch?v=1yq0tMYPDJQ" title="YES WE CAN - Music Video Barack Obama">to write</a> <a href="http://www.youtube.com/watch?v=ghSJsEVf0pU" title="We Are The Ones Song by will.i.am - Obama">songs for him</a>.</p>
<p>And now he&#8217;s got his very own WordPress Theme. While this theme is only really useful for the small percentage of world citizens who love Obama so much that they&#8217;d build a site for him, the theme is really beautiful. The header and background image are great, and the layout and structure are eye-catching and have a lot of potential.</p>
<h3>Probama Theme for non-Obama sites</h3>
<p>So for those of us who aren&#8217;t Obama devotees, this theme has a lot of potential for use as a general blog or news site. The YouTube, audio and flickr sections on the home page are great, as is the four column footer. I like the list of recent articles at the end of the home page too, and the drop-down menu is fabulous. The details like the flourishes in between posts, the date style, and even the button styles all add up to make this an eye-catching and useful theme.</p>
<p>On a side note, the markets are predicting that Obama&#8217;s going to win, and apparently <a href="http://www.sciam.com/article.cfm?id=markets-predict-outcome-better-than-polls" title="Super Tuesday: Markets Predict Outcome Better Than Polls">the markets predict outcome better than polls</a>. Take a look at how the Obama stock is doing vs. the Clinton stock on <a href="http://www.intrade.com/" title="Intrade">Intrade</a>:</p>
<p><img src="http://wpgarage.com/wp-content/uploads/2008/03/obama-clinton-intrade.png" alt="Obama and Clinton on Intrade" /></p>
<p><a href="http://www.category4.com/2008/03/11/probama-theme-for-wordpress-released/" title="Probama WordPress Theme">Probama WordPress Theme</a></p>
<p>P.S. Did anyone notice that one of the singers in will.i.am&#8217;s &#8220;<a href="http://www.youtube.com/watch?v=1yq0tMYPDJQ" title="Yes We Can">Yes We Can</a>&#8221; video is speaking in Hebrew? Watch a bit, and then a woman with long hair says &#8220;Ken, anu yecholim,&#8221; which is Hebrew for &#8220;Yes, we can.&#8221; Anyone know who she is?</p>
<p>This post was originally published at <a href="http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/">Like Obama? Get your Probama WordPress Theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/themes/like-obama-get-your-probama-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Create drop-down menus with WordPress plugins and themes</title>
		<link>http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/</link>
		<comments>http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 21:57:16 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tabbed navigation]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/themes/create-drop-down-menus-with-wordpress-plugins-and-themes/</guid>
		<description><![CDATA[<p>Drop-down menus are a great way to improve the usability of your site. They allow you to offer more information without taking up too much real estate, as well as organize your content in a useful way for your readers. But coding a drop-down menu can be a bit of a PITA (no, not the [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/">Create drop-down menus with WordPress plugins and themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/" data-url="http://illum.in/pEszGZ" data-text="Create drop-down menus with WordPress plugins and themes" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/"></g:plusone></div></div><div style="float: left; width: 240px;">
<script type="text/javascript"><!--
google_ad_client = "pub-9020989590386566";
/* 200x200, created 6/14/10 */
google_ad_slot = "3727910436";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
</div>
<p>Drop-down menus are a great way to improve the usability of your site. They allow you to offer more information without taking up too much real estate, as well as organize your content in a useful way for your readers.</p>
<p>But coding a drop-down menu can be a bit of a PITA (no, not the bread that holds the falafel). Lucky for us, some of our fellow web-geeks have created easy ways for us to add drop-down menus to our websites and WordPress blogs.</p>
<h4>WordPress Drop-down menu plugins</h4>
<p><strong>1. The Linux and Web Development Blog</strong> has a <a title="How to make Pull-down or Drop down menu for WordPress 2" href="http://www.thanhsiang.org/faqing/node/58">WordPress plugin</a> that adds a drop-down menu to your navigation bar on your WordPress blog. In order to activate this plugin, you need to upload it, activate it, and add the following code snippet to your header file:</p>
<p><code>&lt;?php<br />
if (function_exists('get_menu'))<br />
get_menu('topmenu');<br />
?&gt;</code></p>
<p>Once you have done this, log in to your site, and customize the menu on the CSS Menu option page.</p>
<p>2. <a title="Ryan Hellyer" href="http://ryanhellyer.net/"><strong>Ryan Hellyer</strong></a> has developed a super-duper plugin/generator combo that allows you to create and heavily customize a drop-down menu in your WordPress blog. Features:</p>
<ul>
<li>Easy to customize styles with his handy <a title="Suckerfish Dropdowns Generator" href="http://pixopoint.com/suckerfish_css/">Suckerfish Dropdowns Generator</a></li>
<li>W3C valid HTML and CSS</li>
<li>Only uses Javascript for annoying browsers like IE6</li>
<li>If you want your visitors to be able to access your menu with their keyboard, Ryan offers the “<a href="http://ryanhellyer.net/wp-content/uploads/2008/03/suckerfish_keyboard.js">Suckerfish Javascript for keyboard accessibility</a>” code for including in your site.</li>
<li>Compatible with every existing browser (almost) and their uncles.</li>
</ul>
<p>You can&#8217;t say Ryan&#8217;s not thorough! See the drop-down menu in action on the <a title="Suckerfish Dropdowns Generator" href="http://ryanhellyer.net/dropdowns/">Suckerfish Dropdowns Generator</a> page.</p>
<p>To use his <a title="Suckerfish WordPress plugin" href="http://ryanhellyer.net/2008/02/20/suckerfish-plugin-11-beta/">Suckerfish WordPress plugin</a>:</p>
<ol>
<li>Download the plugin from his site and activate it.</li>
<li>Go over to his <a href="http://ryanhellyer.net/dropdowns/">Suckerfish Dropdowns Generator</a> and customize at will. You can change pretty much every style used for the drop-down: colors, background image, font sizes, families, weight, opacity, padding, etc. Ryan has also prepared 10 ready-made styles for drop-down menus that you can use instead of fiddling around with your own styles.</li>
<li>Once you are ready, click Submit Query and the generator will produce some CSS code.</li>
<li>Coyp and paste the code into your WordPress admin (under Options). The generated styles will only work with unordered lists with an ID of #suckerfishnav. In addition, this whole plugin/generator thing may not play nice with our least-favorite browser (IE6), so Ryan recommends using his handy <a href="http://ryanhellyer.net/wp-content/uploads/2008/03/suckerfish_ie.js">Suckerfish Javascript for Internet Explorer</a> code with your site.</li>
</ol>
<p>3. <a title="Dtabs wordpress plugins" href="http://dynamictangentconceptions.dtcnet.co.uk/downloads/wp-plugins/dtabs-dynamic-tabs-wordpress-plugin/"><strong>Dtabs (Dynamic Tabs) wordpress plugin</strong></a> by David Burton allows themes to include an optional user controlled dynamically tabbed navigation system with the possibility of drop down menus. This plugin only works with dTab enabled themes, of which there is currently one: <a title="Kubrick Tabs" href="http://dynamictangentconceptions.dtcnet.co.uk/downloads/wp-themes/kubrick-tabs/">Kubrick Tabs</a>. However, the author provides instructions on how to dTab enable a theme on <a href="http://dynamictangentconceptions.dtcnet.co.uk/downloads/wp-plugins/dtabs-dynamic-tabs-wordpress-plugin/">the plugin page</a>. You can see a working example on <a title="dtcnet.co.uk" href="http://dynamictangentconceptions.dtcnet.co.uk/">the author&#8217;s site</a>. <a title="dTabs WordPress plugin" href="http://wordpress.org/extend/plugins/dtabs/">The plugin is also available</a> on the WordPress.org plugins directory.</p>
<p>4. A few more drop-down menu plugins:</p>
<ul>
<li><a title="wp_jquery_dropdownmenu plugin" href="http://www.weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/">wp_jquery_dropdownmenu plugin</a></li>
<li><a title="Wordpress CSS Drop-down Menu" href="http://www.zackdesign.biz/wp-plugins/42">WordPress CSS Drop-down Menu</a></li>
</ul>
<h4>WordPress Themes with drop-down menus</h4>
<p>1. <a title="The Jillij theme" href="http://www.jillij.com/2007/04/21/jillij-theme-v90/"><strong>The Jillij theme</strong></a> is a one-column theme based on Kubrick that has transformed the vertical sidebar into a horizontal drop-down navigation bar that appears under the header image. The drop-down menu is based on Widgets, so you can modify what appears on the nav bar by changing the widgets.</p>
<p>2. <strong>Ryan Hellyer</strong> has also created a theme that has his Suckerfish menu built-in: <a href="http://ryanhellyer.net/2008/02/23/aqua-vaccinium-wordpress-theme/">Aqua Vaccinium WordPress theme</a>. I have to admit that I don&#8217;t love the look of the theme (sorry Ryan!), but the built-in Suckerfish menu can be useful for people who prefer not to use a plugin.</p>
<p>(Ryan does have a theme which I really like, which he uses on his blog: <a title="Hellish Simplicity" href="http://ryanhellyer.net/2008/02/26/hellish-simplicity-wordpress-theme/">Hellish Simplicity</a>.)</p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/">Create drop-down menus with WordPress plugins and themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/create-drop-down-menus-with-wordpress-plugins-and-themes/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Guide to converting your XHTML CSS layout to a WordPress theme</title>
		<link>http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/</link>
		<comments>http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 09:31:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/</guid>
		<description><![CDATA[<p>Updated Feb. 14, 2008 Deziner Folio has a really useful step-by-step guide to taking your XHTML/CSS layout and converting it to a WordPress theme. They say this whole process can be completed in 30-40 minutes! Developing a WordPress Theme Another option is DevBox&#8217;s Wireframe WordPress theme, which is available for download on their site. This [...]</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/">Guide to converting your XHTML CSS layout to a WordPress theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/" data-url="http://illum.in/r9bO7i" data-text="Guide to converting your XHTML CSS layout to a WordPress theme" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/"></g:plusone></div></div><p><em>Updated Feb. 14, 2008</em></p>
<p>Deziner Folio has a really useful step-by-step guide to taking your XHTML/CSS layout and <a href="http://www.dezinerfolio.com/2007/11/27/developing-a-wordpress-theme/" title="Developing a WordPress Theme">converting it to a WordPress theme</a>. They say this whole process can be completed in 30-40 minutes!</p>
<p><a href="http://www.dezinerfolio.com/2007/11/27/developing-a-wordpress-theme/" title="Developing a WordPress Theme">Developing a WordPress Theme</a></p>
<p>Another option is <a href="http://www.devbox.info/how-to-create-wordpress-theme" title="How to create wordpress theme?">DevBox&#8217;s Wireframe WordPress theme</a>, which is available for download on their site. This is basically a barebones theme that you can use to easily take a XHTML/CSS layout and convert it into a WordPress theme.</p>
<p><a href="http://www.devbox.info/how-to-create-wordpress-theme" title="How to create wordpress theme?">Test Theme Wireframe WordPress Theme</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/">Guide to converting your XHTML CSS layout to a WordPress theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Park your new domain with the LaunchPad WordPress parking theme</title>
		<link>http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/</link>
		<comments>http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 08:18:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[unique]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/</guid>
		<description><![CDATA[<p>Here’s a new and interesting WordPress theme idea: LaunchPad is a WordPress theme for people who like to buy domain names, but don’t always put a site on them right away. On many hosts, if you don’t create a site, your domain name hosts a page full of ads for them. LaunchPad was created according [...]</p><p>This post was originally published at <a href="http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/">Park your new domain with the LaunchPad WordPress parking theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/" data-url="http://illum.in/qtTx4f" data-text="Park your new domain with the LaunchPad WordPress parking theme" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/"></g:plusone></div></div><p>Here’s a new and interesting WordPress theme idea: <a href="http://themeshaper.com/wordpress-domain-parking-theme/" title="LaunchPad">LaunchPad</a> is a WordPress theme for people who like to buy domain names, but don’t always put a site on them right away. On many hosts, if you don’t create a site, your domain name hosts a page full of ads for them. LaunchPad was created according to the author to make it clear that “I’m not your billboard.”</p>
<p><a href="http://themeshaper.com/wordpress-domain-parking-theme/" title="LaunchPad">LaunchPad</a> is smart and pretty. It includes the ability for visitors to stay tuned by subscribing to the RSS feed and email updates.<br />
<img src="http://wpgarage.com/wp-content/uploads/2008/01/launchpad1.png" alt="LaunchPad WordPress theme" /></p>
<p>This post was originally published at <a href="http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/">Park your new domain with the LaunchPad WordPress parking theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/themes/park-your-new-domain-with-the-launchpad-wordpress-parking-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Twitter-like WordPress theme released by Automattic: Prologue</title>
		<link>http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/</link>
		<comments>http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 07:54:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[unique]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/</guid>
		<description><![CDATA[<p>Matt just announced the release of a new theme that will make your WordPress blog into a Twitter-like environment. The theme is called Prologue, and is available on WordPress.com and as a download under Open Source GPL. (If you click on this link, it will take you to a page where you can download each [...]</p><p>This post was originally published at <a href="http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/">New Twitter-like WordPress theme released by Automattic: Prologue</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/" data-url="http://illum.in/oAooSt" data-text="New Twitter-like WordPress theme released by Automattic: Prologue" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/"></g:plusone></div></div><p><a href="http://wordpress.com/blog/2008/01/28/introducing-prologue/" title="http://wordpress.com/blog/2008/01/28/introducing-prologue/ Introducing Prologue">Matt just  announced</a> the release of a new theme that will make your WordPress blog into  a <a href="http://twitter.com/" title="http://twitter.com/ Twitter">Twitter</a>-like environment. The theme is called  Prologue, and is available on WordPress.com and as <a href="http://svn.automattic.com/wpcom-themes/prologue/" title="http://svn.automattic.com/wpcom-themes/prologue/ Prologue download">a download under Open  Source GPL.</a> (If you click on this link, it will take you to a page where you  can download each theme file one by one. It would be a little more user friendly  if it was all in one zip).</p>
<p><em>Update January 31, 2008: The theme is available in one zip file download at <a href="http://www.sizlopedia.com/2008/01/30/prologue-for-wordpress/" title=" Prologue for WordPress">Sizlopedia</a>.</em></p>
<p><img src="http://wpgarage.com/wp-content/uploads/2008/01/prologue-theme1.png" alt="Prologue Theme" /></p>
<p>In case it’s not clear, Prologue does not run on the Twitter engine; it is  simply a WordPress theme that uses the WordPress platform to emulate Twitter’s  functionality, with a few extra WordPress blog features thrown in.</p>
<p>This is amazing (and is another reminder as to why I love WordPress)  because:</p>
<ul>
<li>It is another example of the innovative brains at <a href="http://automattic.com/" title="http://automattic.com/ Automattic">Automattic</a>. Twitter has its uses, but can have  many other applications with some tweaking, and currently has a few drawbacks.  Automattic saw the potential, and created Prologue.</li>
<li>Prologue has the following benefits that Twitter does not:
<ul>
<li>Privacy: It can be private so it can be used for online project management  or other types of business collaboration that should not be public. As Matt  says, this type of tool can be extremely useful for communication in virtual  companies, and could even replace online project management tools like Basecamp.</li>
<li>Publicity: You can create your own Twitterish network on a specific topic:  you love canaries and want to connect with others who share your love? Create a  dedicated online site where registered users can express themselves and share  information at will on caring for canaries.</li>
<li>Comments: The ability to add comments to any item means that the main  conversation contains the primary information so it stays neat.</li>
<li>Multiple RSS feeds: As Matt says, “There are RSS feeds for everything: the  entire prologue, each author, each tag, and even combination or searches can be  subscribed to in your RSS reader.”</li>
</ul>
</li>
</ul>
<p>Check out the demo <a href="http://prologuedemo.wordpress.com/" title="http://prologuedemo.wordpress.com/ Prologue demo">here</a>. I love the idea, and I can’t  wait to try it out.</p>
<p><a href="http://wordpress.com/blog/2008/01/28/introducing-prologue/" title="http://wordpress.com/blog/2008/01/28/introducing-prologue/">Introducing  Prologue « WordPress.com</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/">New Twitter-like WordPress theme released by Automattic: Prologue</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/themes/new-twitter-like-wordpress-theme-released-by-automattic-prologue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

