<?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>Kahi's WordPress Notes &#187; my code</title>
	<atom:link href="http://kahi.cz/wordpress/category/my-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://kahi.cz/wordpress</link>
	<description>Kahi's blog about WordPress, blogging (or content management?) system. Aimed mainly at advanced WP users.</description>
	<lastBuildDate>Sun, 11 Jul 2010 17:47:02 +0000</lastBuildDate>
	<language>cs</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding number to comments (to each of them)</title>
		<link>http://kahi.cz/wordpress/comments-numbers/</link>
		<comments>http://kahi.cz/wordpress/comments-numbers/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 22:12:15 +0000</pubDate>
		<dc:creator>Kahi [author]</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[my code]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[number]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=204</guid>
		<description><![CDATA[
<p>How to add a number before each comment can happen to be bigger problem than
it seems. Hopefully my instructions will at least put you on the right path.
Basic set-up Open functions.php, find the function describing a
comment's template. inside the function, just at the beginning, add: static
$comment_number; $comment_number ++; to accomplish incrementing of
the […]</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/comments-numbers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Plugin development tip: Analyse your database queries</title>
		<link>http://kahi.cz/wordpress/plugin-development-tip-analyse-your-database-queries/</link>
		<comments>http://kahi.cz/wordpress/plugin-development-tip-analyse-your-database-queries/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 12:04:26 +0000</pubDate>
		<dc:creator>Kahi</dc:creator>
				<category><![CDATA[good tip]]></category>
		<category><![CDATA[my code]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=151</guid>
		<description><![CDATA[
<p>If you are an advanced plugin developer, you certainly know, you should keep
number of db queries made by your plugin as small as possible. Getting the total
number of database queries made when generating page is obvious:
get_num_queries() returns the number. What is not so obvious, is how to display
actual performed MySQL queries […]</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/plugin-development-tip-analyse-your-database-queries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Localhost / Web switch function</title>
		<link>http://kahi.cz/wordpress/localhost-web-switch-function/</link>
		<comments>http://kahi.cz/wordpress/localhost-web-switch-function/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 21:42:20 +0000</pubDate>
		<dc:creator>Kahi</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[my code]]></category>
		<category><![CDATA[localhost]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=61</guid>
		<description><![CDATA[
<p>Sometimes happens to me, that the (db) content of WP site is simply
out-of-sync with the copy running on localhost. I'd like to do some changes,
let's say add Pages and since I want to do it fast, I don't care about
synchronisation (which means 1. sql dump download 2. sql import
3. modifications in wp_options). In these cases of unsynchronized […]</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/localhost-web-switch-function/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
