<?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>corrinado_swam &#187; wordpress</title>
	<atom:link href="http://emeryclark.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://emeryclark.net</link>
	<description>Like hell on fire With jelly arms and beaten bones He rode the crests, he broke the waves Trying to get a breath of air for all that he had left to save</description>
	<lastBuildDate>Fri, 21 May 2010 04:47:00 +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>Add Categories to WordPress K2 Menu</title>
		<link>http://emeryclark.net/2010/02/add-categories-to-wordpress-k2-menu/</link>
		<comments>http://emeryclark.net/2010/02/add-categories-to-wordpress-k2-menu/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:34:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://emeryclark.net/?p=201</guid>
		<description><![CDATA[Use a Simple Wordpress API function to display the Categories in the Menu of your K2 theme]]></description>
			<content:encoded><![CDATA[<p>This is a simple hack to enable you to place your &#8216;Categories&#8217; on the menu of the K2 Wordpress theme (or any other theme). Fortunately, the Wordpress API has a function for displaying the categories. This will make it easy for us.</p>
<p>Using K2, open /wp-content/themes/k2/blocks/k2-header.php. Find the &lt;?php &#8220;wp_list_pages( ); ?&gt; code. Underneath this, you will want to put your code. Read this page <a href="http://codex.wordpress.org/Template_Tags/wp_list_categories" target="_blank">here</a> for the full list of options. This is what I use</p>
<blockquote><p>&lt;?php<br />
//List categories<br />
wp_list_categories(&#8216;orderby=name&amp;include=3,16,17&amp;title_li=&#8217;);<br />
?&gt;</p></blockquote>
<p>If you aren&#8217;t using K2, you will need to find the file that displays the menu. The best place to start is in the root of your theme (/wp-content/themes/your-theme/header.php) and look for a function wp_list_pages( ); that will probably be near the &lt;body&gt; html tag. It might not be in the header.php file, and another good place to look is in the root/blocks folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://emeryclark.net/2010/02/add-categories-to-wordpress-k2-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
