<?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>when HiFi is just not an option &#187; category</title>
	<atom:link href="http://www.lofitrading.com/category/category/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lofitrading.com</link>
	<description>the lofi blogging source</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:53:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WordPress trick: Get category slug using category ID</title>
		<link>http://www.lofitrading.com/wordpress-trick-get-category-slug-using-category-id/</link>
		<comments>http://www.lofitrading.com/wordpress-trick-get-category-slug-using-category-id/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 12:51:07 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[category]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2744</guid>
		<description><![CDATA[In one of my recent freelance works, I had to play a lot with categories. I was looking for an easy way to get a category slug using an ID, and I found this great function that I'd like to share with you today. <p><em>Looking for WordPress hosting? Try <a href="http://www.catswhocode.com/blog/wpwebhost.html">WP Web Host</a>. Prices starts at $5/month and you can try it for free!<br /><br /><a href="http://www.wprecipes.com/wordpress-trick-get-category-slug-using-category-id">WordPress trick: Get category slug using category ID</a></p>]]></description>
		<wfw:commentRss>http://www.lofitrading.com/wordpress-trick-get-category-slug-using-category-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress tip: How to make term edition easier</title>
		<link>http://www.lofitrading.com/wordpress-tip-how-to-make-term-edition-easier/</link>
		<comments>http://www.lofitrading.com/wordpress-tip-how-to-make-term-edition-easier/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 13:36:38 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[category]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2721</guid>
		<description><![CDATA[WordPress have lots of useful built-in function, unfortunely there's no function to allow the quick edition of a term (category, tag, or custom term). Nevermind, we can still built our own.<p><em>Looking for WordPress hosting? Try <a href="http://www.catswhocode.com/blog/wpwebhost.html">WP Web Host</a>. Prices starts at $5/month and you can try it for free!<br /><br /><a href="http://www.wprecipes.com/wordpress-tip-how-to-make-term-edition-easier">WordPress tip: How to make term edition easier</a></p>]]></description>
		<wfw:commentRss>http://www.lofitrading.com/wordpress-tip-how-to-make-term-edition-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to show a different number of posts for a WordPress category</title>
		<link>http://www.lofitrading.com/how-to-show-a-different-number-of-posts-for-a-wordpress-category/</link>
		<comments>http://www.lofitrading.com/how-to-show-a-different-number-of-posts-for-a-wordpress-category/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 07:59:00 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[category]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2695</guid>
		<description><![CDATA[WordPress allows you to vary how many blog posts you show on your blog, but it's a single setting, and affects how many blog posts show over the whole website. This tip allows you to have a different number of posts for a particular category.<p><em>Looking for WordPress hosting? Try <a href="http://www.catswhocode.com/blog/wpwebhost.html">WP Web Host</a>. Prices starts at $5/month and you can try it for free!<br/><br/><a href="http://www.wprecipes.com/how-to-show-a-different-number-of-posts-for-a-wordpress-category">How to show a different number of posts for a WordPress category</a></p>]]></description>
		<wfw:commentRss>http://www.lofitrading.com/how-to-show-a-different-number-of-posts-for-a-wordpress-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress trick: function to get tags related to category</title>
		<link>http://www.lofitrading.com/wordpress-trick-function-to-get-tags-related-to-category/</link>
		<comments>http://www.lofitrading.com/wordpress-trick-function-to-get-tags-related-to-category/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:00:17 +0000</pubDate>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
				<category><![CDATA[category]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wprecipes.com/?p=2057</guid>
		<description><![CDATA[Do you ever wanted to be able to get tags related to one (or more) specific category? If yes, I'm pretty sure you'll be delighted with this very cool tip.<p><em>Looking for WordPress hosting? Try <a href="http://www.catswhocode.com/blog/wpwebhost.html">WP Web Host</a>. Prices starts at $5/month and you can try it for free!<br /><br /><a href="http://www.wprecipes.com/wordpress-trick-function-to-get-tags-related-to-category">WordPress trick: function to get tags related to category</a></p>]]></description>
		<wfw:commentRss>http://www.lofitrading.com/wordpress-trick-function-to-get-tags-related-to-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

