<?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>WordPressology</title>
	<atom:link href="http://wordpressology.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressology.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 28 Apr 2010 03:55:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Add Unique “Per Category” RSS Feeds – WordPress</title>
		<link>http://wordpressology.com/add-unique-per-category-rss-feeds-wordpress/</link>
		<comments>http://wordpressology.com/add-unique-per-category-rss-feeds-wordpress/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 23:22:15 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://wordpressology.com/?p=56</guid>
		<description><![CDATA[<p>A client came to me the other day with a neat request. He wanted the ability to offer unique RSS feeds for each of his WordPress blog&#8217;s categories. His site uses a custom permalink strategy, but I wanted to develop&#8230; <a href="http://wordpressology.com/add-unique-per-category-rss-feeds-wordpress/" class="read_more"><br/>Read More &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>A client came to me the other day with a neat request. He wanted the ability to offer unique RSS feeds for each of his WordPress blog&#8217;s categories. His site uses a custom permalink strategy, but I wanted to develop a solution that would work for all WordPress configurations.</p>
<p>The following code will display a unique RSS feed on each &#8220;category archive&#8221; page within your WordPress blog or site. The feed will contain only the posts within that category. If you have any questions about the code, or if you just like it a lot, leave a comment to let me know.</p>
<pre class="brush: php;">
&lt;?php /* If this is a category archive */ if (is_category()) { ?&gt;
    &lt;span&gt;
    Subscribe to posts in &lt;a href=&quot;/wp-rss2.php?cat=&lt;?php echo get_query_var('cat'); ?&gt;&quot;&gt;&lt;?php single_cat_title(); ?&gt;&lt;/a&gt; via RSS
    &lt;/span&gt;
&lt;?php } ?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wordpressology.com/add-unique-per-category-rss-feeds-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential WordPress Plugin &#8211; Advanced Excerpt</title>
		<link>http://wordpressology.com/essential-wordpress-plugin-advanced-excerpt/</link>
		<comments>http://wordpressology.com/essential-wordpress-plugin-advanced-excerpt/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 20:36:17 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Plugin Spotlight]]></category>

		<guid isPermaLink="false">http://wordpressology.com/?p=54</guid>
		<description><![CDATA[<p>So, you&#8217;ve been working on your WordPress-based website or blog for quite some time now, developed excellent content, and gathered a following. Now you need a way to show snippets of blog posts for a given category, but you need&#8230; <a href="http://wordpressology.com/essential-wordpress-plugin-advanced-excerpt/" class="read_more"><br/>Read More &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve been working on your WordPress-based website or blog for quite some time now, developed excellent content, and gathered a following. Now you need a way to show snippets of blog posts for a given category, but you need more flexibility than WordPress&#8217;s built-in &#8220;excerpt&#8221; function can provide.</p>
<p>Enter: <a href="http://wordpress.org/extend/plugins/advanced-excerpt/" target="_blank">Advanced Excerpt</a></p>
<p>In the hands of anyone with some WordPress development experience, Advanced Excerpt becomes a powerful tool for presenting snippets of content. I&#8217;ve used it to display &#8220;mini-posts&#8221; below most recent posts (a la Mashable), filter offending <code>&lt;object&gt;</code>,<code>&lt;embed&gt;</code>, and other tags, and to overcome other limitations of the built in excerpt function.</p>
<p>Have questions about how you can use <a href="http://wordpress.org/extend/plugins/advanced-excerpt/" target="_blank">Advanced Excerpt</a> to display your content better? Post &#8216;em in the comments!</p>
<p>Coming soon&#8230;. &#8220;WordPress Mini-posts Using the Advanced Excerpt Plugin&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressology.com/essential-wordpress-plugin-advanced-excerpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Theme Spotlight &#8211; Melitus (FREE!)</title>
		<link>http://wordpressology.com/weekly-theme-spotlight-melitus-free/</link>
		<comments>http://wordpressology.com/weekly-theme-spotlight-melitus-free/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 17:44:07 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Theme Spotlight]]></category>

		<guid isPermaLink="false">http://wordpressology.com/?p=34</guid>
		<description><![CDATA[<p><a href="http://wordpressology.com/weekly-theme-spotlight-melitus-free/"><img src="http://wordpressology.com/wp-content/uploads/Screen-shot-2010-04-24-at-1.39.10-PM-300x169.png" alt="" title="Melitus - Free WordPress Theme" width="300" height="169" class="aligncenter size-medium wp-image-35" /></a></p>
<p>Melitus is a visually attractive, widget-ready WordPress theme. The blog home page features dyanamic display of 2 posts per row, lending a unique, and cutting-edge look and feel. This theme is ideal for a content creator who doesn&#8217;t want&#8230; <a href="http://wordpressology.com/weekly-theme-spotlight-melitus-free/" class="read_more"><br/>Read More &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpressology.com/weekly-theme-spotlight-melitus-free/"><img src="http://wordpressology.com/wp-content/uploads/Screen-shot-2010-04-24-at-1.39.10-PM-300x169.png" alt="" title="Melitus - Free WordPress Theme" width="300" height="169" class="aligncenter size-medium wp-image-35" /></a></p>
<p>Melitus is a visually attractive, widget-ready WordPress theme. The blog home page features dyanamic display of 2 posts per row, lending a unique, and cutting-edge look and feel. This theme is ideal for a content creator who doesn&#8217;t want a WordPress site that looks like every other WordPress site, but who doesn&#8217;t have the resources to create a custom theme.</p>
<p>Via: <a href="http://topwpthemes.com/melitus/" target="_blank">http://topwpthemes.com/melitus/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressology.com/weekly-theme-spotlight-melitus-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exciting New Features of WordPress 3.0</title>
		<link>http://wordpressology.com/exciting-new-features-of-wordpress-3-0/</link>
		<comments>http://wordpressology.com/exciting-new-features-of-wordpress-3-0/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 19:25:37 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Reblog]]></category>

		<guid isPermaLink="false">http://breaker.taphq.com/~wpology/?p=27</guid>
		<description><![CDATA[<p>Excerpted from a list at <a title="BlogPerfume" href="http://www.blogperfume.com/" target="_blank">BlogPerfume</a>&#8230;</p>
<ul>
<li> WordPress.org and WordPress MU Become One</li>
<li> Choose Username and Password while Installing</li>
<li> New Default Theme (which is awesomely functional)</li>
<li> Custom Background</li>
<li> Custom Post Types</li>
<li> Navigation Menu</li>
<li> Author Templates</li>
</ul>
<p>Link: <a href="http://www.blogperfume.com/exciting-new-features-of-wordpress-3-0/" target="_blank">http://www.blogperfume.com/exciting-new-features-of-wordpress-3-0/</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Excerpted from a list at <a title="BlogPerfume" href="http://www.blogperfume.com/" target="_blank">BlogPerfume</a>&#8230;</p>
<ul>
<li> WordPress.org and WordPress MU Become One</li>
<li> Choose Username and Password while Installing</li>
<li> New Default Theme (which is awesomely functional)</li>
<li> Custom Background</li>
<li> Custom Post Types</li>
<li> Navigation Menu</li>
<li> Author Templates</li>
</ul>
<p>Link: <a href="http://www.blogperfume.com/exciting-new-features-of-wordpress-3-0/" target="_blank">http://www.blogperfume.com/exciting-new-features-of-wordpress-3-0/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressology.com/exciting-new-features-of-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Theme Spotlight &#8211; LightWord (FREE!)</title>
		<link>http://wordpressology.com/weekly-theme-spotlight-lightword-free/</link>
		<comments>http://wordpressology.com/weekly-theme-spotlight-lightword-free/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 18:55:54 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Theme Spotlight]]></category>

		<guid isPermaLink="false">http://breaker.taphq.com/~wpology/?p=18</guid>
		<description><![CDATA[<p><a href="http://wordpressology.com/weekly-theme-spotlight-lightword-free/"><img class="aligncenter size-full wp-image-19" title="LightWord Theme Screenshot" src="http://wordpressology.com/wp-content/uploads/lightword_screenshot.png" alt="" width="300" height="225" /></a><a title="LightWord WordPress Theme" href="http://www.lightwordtheme.net/" target="_blank">LightWord</a> is a free WordPress theme that features multiple layout options, has support for multiple languages, and is just downright attractive! It also has built-in support for Google&#8217;s AdSense advertisement service.</p>
<p>Link: <a title="http://www.lightwordtheme.net/" href="http://www.lightwordtheme.net/" target="_blank">http://www.lightwordtheme.net/</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpressology.com/weekly-theme-spotlight-lightword-free/"><img class="aligncenter size-full wp-image-19" title="LightWord Theme Screenshot" src="http://wordpressology.com/wp-content/uploads/lightword_screenshot.png" alt="" width="300" height="225" /></a><a title="LightWord WordPress Theme" href="http://www.lightwordtheme.net/" target="_blank">LightWord</a> is a free WordPress theme that features multiple layout options, has support for multiple languages, and is just downright attractive! It also has built-in support for Google&#8217;s AdSense advertisement service.</p>
<p>Link: <a title="http://www.lightwordtheme.net/" href="http://www.lightwordtheme.net/" target="_blank">http://www.lightwordtheme.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressology.com/weekly-theme-spotlight-lightword-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Recent Posts on Page or Sidebar &#8211; WordPress</title>
		<link>http://wordpressology.com/list-recent-posts-on-page-or-sidebar-wordpress/</link>
		<comments>http://wordpressology.com/list-recent-posts-on-page-or-sidebar-wordpress/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 18:26:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://breaker.taphq.com/~wpology/?p=14</guid>
		<description><![CDATA[<p>Want to list recent posts on a page? Use the code below.</p>
<p>To use it in your sidebar, just make sure your wrap the entire chunk of code in <code>&#60;li class="widget"&#62;&#60;/li&#62;</code> tags so that it is recognized as an element&#8230; <a href="http://wordpressology.com/list-recent-posts-on-page-or-sidebar-wordpress/" class="read_more"><br/>Read More &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Want to list recent posts on a page? Use the code below.</p>
<p>To use it in your sidebar, just make sure your wrap the entire chunk of code in <code>&lt;li class="widget"&gt;&lt;/li&gt;</code> tags so that it is recognized as an element of the sidebar <code>&lt;ul&gt;</code>. To add a title in the sidebar, wrap it in <code>&lt;h3 class="widget-title"&gt;Recent Posts&lt;/h3&gt;</code>, where &#8220;Recent Posts&#8221; is your desired title.</p>
<pre class="brush: php;">
&lt;?php query_posts('showposts=5'); ?&gt;
&lt;ul&gt;
    &lt;?php while (have_posts()) : the_post(); ?&gt;
        &lt;li&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;
    &lt;?php endwhile;?&gt;
&lt;/ul&gt;
</pre>
<p>Questions? Drop &#8216;em in the comments</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressology.com/list-recent-posts-on-page-or-sidebar-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Categories in Sidebar – WordPress</title>
		<link>http://wordpressology.com/wordpress-list-categories-in-sidebar/</link>
		<comments>http://wordpressology.com/wordpress-list-categories-in-sidebar/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 17:54:14 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://breaker.taphq.com/~wpology/?p=6</guid>
		<description><![CDATA[<p>The code below will list categories in the appropriate format for your WordPress sidebar.<br />
For this example, we exclude items from category 10. If you don&#8217;t want to exclude any categories, just remove <code>&#38;exclude=10</code>. To exclude a different category,&#8230; <a href="http://wordpressology.com/wordpress-list-categories-in-sidebar/" class="read_more"><br/>Read More &#8594;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The code below will list categories in the appropriate format for your WordPress sidebar.<br />
For this example, we exclude items from category 10. If you don&#8217;t want to exclude any categories, just remove <code>&amp;exclude=10</code>. To exclude a different category, simply change the number <code>10</code> to the number of the category that you&#8217;d like to exclude.</p>
<pre class="brush: php;">
&lt;li class=&quot;widget&quot;&gt;
  &lt;h3 class=&quot;widget-title&quot;&gt;Categories&lt;/h3&gt;
  &lt;ul&gt;
    &lt;?php wp_list_cats('sort_column=name&amp;optioncount=1&amp;exclude=10'); ?&gt;
  &lt;/ul&gt;
&lt;/li&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wordpressology.com/wordpress-list-categories-in-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

