<?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>Clever Carrot &#187; WordPress</title>
	<atom:link href="http://www.clevercarrot.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clevercarrot.net</link>
	<description>Web design and marketing solutions that will give you a strong brand identity and establish your unique online presence...</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:17:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Add Subtitles to WordPress</title>
		<link>http://www.clevercarrot.net/wordpress/how-to-add-subtitles-to-wordpress/</link>
		<comments>http://www.clevercarrot.net/wordpress/how-to-add-subtitles-to-wordpress/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:53:21 +0000</pubDate>
		<dc:creator>Harris</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.clevercarrot.net/?p=175</guid>
		<description><![CDATA[In just 3 easy steps you can have attractive subtitles on your WordPress site. Go to the edit screen for the post or page where you want subtitles. Under the Custom Fields heading, enter a new custom field name. Type subtitle in the Name field. Type the subtitle text in the Value field. Add the [...]]]></description>
			<content:encoded><![CDATA[<h5>In just 3 easy steps you can have attractive subtitles on your WordPress site.</h5>
<ol>
<li>Go to the edit screen for the post or page where you want subtitles.</li>
<li>Under the Custom Fields heading, enter a new custom field name. Type <strong>subtitle </strong>in the Name field. Type the subtitle text in the Value field. Add the custom field.</li>
<li>Add the below code in your post or page template after the title code (or wherever you want it to appear) and save.</li>
</ol>
<pre class="php"><span class="htmlOtherTag">&lt; ?php
{ $subtitle = get_post_meta
($post-&gt;</span>ID, &#039;subtitle&#039;, $single = true);
if($subtitle !== &#039;&#039;) echo $subtitle;} ?&gt;</pre>
<p>Voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clevercarrot.net/wordpress/how-to-add-subtitles-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>10 WordPress Plugins to Grow Great Sites</title>
		<link>http://www.clevercarrot.net/wordpress/10-wordpress-plugins-to-grow-great-sites/</link>
		<comments>http://www.clevercarrot.net/wordpress/10-wordpress-plugins-to-grow-great-sites/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 16:56:25 +0000</pubDate>
		<dc:creator>Harris</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.clevercarrot.net/?p=31</guid>
		<description><![CDATA[We run quite a few WordPress blogs, and these fantastic plugins manage to pop up on nearly all of them Akismet- It is hard to grow a site when you keep getting comment spam. Hardly anything gets through, and it is very simple to use. All in One SEO Pack- This optimizes like you wouldn’t [...]]]></description>
			<content:encoded><![CDATA[<h5><img class="alignright size-medium wp-image-33" title="wordpress" src="http://www.clevercarrot.net/wp-content/uploads/2008/07/wordpress-300x282.png" alt="" width="180" height="169" />We run quite a few WordPress blogs, and these fantastic plugins manage to pop up on nearly all of them</h5>
<ol>
<li><strong><a title="Visit plugin homepage" href="http://akismet.com/">Akismet</a></strong>- It is hard to grow a site when you keep getting comment spam. Hardly anything gets through, and it is very simple to use.</li>
<li><strong><a title="Visit plugin homepage" href="http://semperfiwebdesign.com/">All in One SEO Pack</a></strong>- This optimizes like you wouldn’t believe. You can fix your titles, keywords, descriptions, block spiders, and more. I’ve been able to get great results with small sites.</li>
<li><strong><a title="Visit plugin homepage" href="http://www.feedburner.com/fb/a/help/wordpress_quickstart">FeedBurner FeedSmith</a></strong>- You can manage your feed subscribers much more easily and utilize the great functions of FeedBurner.</li>
<li><strong><a title="Visit plugin homepage" href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a></strong>- A great boost to SEO. Google uses sitemaps to help them determine what information should be indexed. This plugin helps.</li>
<li><strong><a title="Visit plugin homepage" href="http://www.italyisfalling.com/lighter-menus">Lighter Menus</a></strong>- Let’s face it, drop down menus are much faster to navigate, and you don’t need to waste time or space when working on your site. (This is not needed for WordPress 2.7 and above)</li>
<li><strong><a title="Visit plugin homepage" href="http://www.prelovac.com/vladimir/wordpress-plugins/plugin-central">Plugin Central</a></strong>- Easily install and update plugins from your dashboard. Since you don’t need to use ftp anymore, you can quickly manage plugins anywhere. I think it is still easier than WordPress 2.7’s autoupdate for plugins.</li>
<li><strong><a title="Visit plugin homepage" href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe To Comments</a></strong>- Let people receive notification that someone responded to their comment. It may be useful to them, and may also bring them back to the site. Always encourage discussion.</li>
<li><strong><a title="Visit plugin homepage" href="http://www.wpwp.org/">WassUp</a></strong>- Real time stats (OS, browser, host, referrer, location, top content, top searches) help you determine which content and marketing efforts are working, and give you immediate satisfaction when you have site visitors. Plus, there are great sort options.</li>
<li><strong><a title="Visit plugin homepage" href="http://blog.2i2j.com/plugins/wordpress-thread-comment">WordPress Thread Comment</a></strong>- The site may be hard to understand, but setup is simple, and you get an attractive, useful implementation of threaded comments upon activation. WordPress 2.7 added threaded comments, but this is easier and better, in my opinion.</li>
<li><strong><a title="Visit plugin homepage" href="http://lesterchan.net/portfolio/programming/php/">WP-DBManager</a></strong>- You never know if something will go wrong with your database. Back it up and optimize it at least once a month.</li>
</ol>
<p>Notable omissions:</p>
<ul>
<li><a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>- When your site becomes a hit, you will probably want to cache your pages so your server is not overrun. For sites with less traffic, a cache plugin can be annoying since you can not see updates to your site immediately.</li>
<li><a title="Visit plugin homepage" href="http://rmarsh.com/plugins/">Post-Plugin Library</a>- Great for a power user, it lets you use the connected Similar Posts, Recent Comments, and Random Comments. I was able to combine with the custom field to display an image with each similar post. However, it breaks many other plugins and can cause errors in WordPress. <strong>Update:</strong> These plugins are not buggy anymore, and are very powerful.</li>
</ul>
<p><strong><em>What other plugins do you use?</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clevercarrot.net/wordpress/10-wordpress-plugins-to-grow-great-sites/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
