<?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"
	>

<channel>
	<title>TechTips &#187; WordPress</title>
	<atom:link href="http://www.buzolich.com/techtips/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.buzolich.com/techtips</link>
	<description>If technology scares you, close your browser and slowly back away</description>
	<pubDate>Fri, 11 Apr 2008 20:17:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Category Order</title>
		<link>http://www.buzolich.com/techtips/category-order</link>
		<comments>http://www.buzolich.com/techtips/category-order#comments</comments>
		<pubDate>Thu, 05 May 2005 14:03:19 +0000</pubDate>
		<dc:creator>buzolich</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">/techtips/2005/category-order/</guid>
		<description><![CDATA[With the blessing of Pericat, I modified her perisort.php plugin to give it a user-interface within the WordPress menus.
To download, right click and select &#8216;Save As&#8217;: Explicit Category Order
Quick Usage:
# Drop categoryOrder.php in WordPress 1.5+ Plugin directory, and activate it
# Navigate to &#8216;Manage&#8217; -> &#8216;Category Order&#8217;
# Enter comma and space seperated order of category slugs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/support/"><img src="/techtips/media/WordPress.gif" alt="Powered By Wordpress 1.5.1" align="right"/></a>With the blessing of <a href="http://pericat.ca">Pericat</a>, I modified her perisort.php plugin to give it a user-interface within the WordPress menus.</p>
<p>To download, right click and select &#8216;Save As&#8217;: <a href="/techtips/media/categoryOrder.php.zip">Explicit Category Order</a></p>
<p>Quick Usage:<br />
# Drop categoryOrder.php in WordPress 1.5+ Plugin directory, and activate it<br />
# Navigate to &#8216;Manage&#8217; -> &#8216;Category Order&#8217;<br />
# Enter comma and space seperated order of category slugs (available in drop down menu) with Keywords for formatting.<br />
# If your top level categories are empty, you might need to change the function call in your sidebar.php file to: <code>wp_list_cats('hide_empty=0');</code><br />
# I call my categories with <code>wp_list_cats('sort_column=name');</code> so that my list defaults to alphabetical when I haven&#8217;t set an explicit category order.</p>
<p>Example: <em>by-course, CHILD, appetizers, salad-and-side-dishes, breakfast, BREAK, by-cuisine, CHILD, asian, cuban, indian</em></p>
<p>This plugin is in use at <a href="http://caradow.com">Cara Dow&#8217;s Recipes</a></p>
<p>Keywords:<br />
* CHILD - flags the next category (and any subsequent categories) as sub-categories.<br />
* TOP - flags the next category (and any subsequent categories) as top-level. Immediately rewinds to original starting level. Remains in effect until the next keyword.<br />
* BACKUP - rewinds one level of nesting. Multiple BACKUPs are okay, though if you rewind your list beyond its original starting level, the extra calls will be ignored.<br />
* BREAK - Similar to TOP as immediately rewinds to original starting level, but also inserts a gap before the next category. </p>
<p>To revert to original list, update your category order with just a space, or deactivate the plugin.</p>
<p>Known issues:  This plugin only works if you are using permalinks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buzolich.com/techtips/category-order/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
