<?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; how to</title>
	<atom:link href="http://kahi.cz/wordpress/category/how-to/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>Removing &amp; disabling all trackbacks</title>
		<link>http://kahi.cz/wordpress/removing-disabling-all-trackbacks/</link>
		<comments>http://kahi.cz/wordpress/removing-disabling-all-trackbacks/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:44:00 +0000</pubDate>
		<dc:creator>Kahi [author]</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[trackbacks]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=168</guid>
		<description><![CDATA[
<p>If you find trackbacks on your WordPress site useless or even annoying, this
simple manual how to kill 'em all is going to help you.</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/removing-disabling-all-trackbacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Single wp-config for web and localhost</title>
		<link>http://kahi.cz/wordpress/single-wp-config-file-web-and-localhost/</link>
		<comments>http://kahi.cz/wordpress/single-wp-config-file-web-and-localhost/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 17:43:25 +0000</pubDate>
		<dc:creator>Kahi</dc:creator>
				<category><![CDATA[good tip]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[wp-config]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=136</guid>
		<description><![CDATA[
<p>Pretty usual routine is to develop site on localhost server and after some
progress move it online. This transfer is complicated by three
not-always-necessary steps. database settings in wp-config.php file are
different settings of home- and site- URLs are different (defaultly located in
wp_options table) eventually the base-path in .htaccess file is different First
two points can […]</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/single-wp-config-file-web-and-localhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
