<?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>Jens Olsson &#187; WordPress</title>
	<atom:link href="http://jens.yelles.se/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.yelles.se</link>
	<description>My Underground Development</description>
	<lastBuildDate>Tue, 16 Aug 2011 09:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Query Posts keyword</title>
		<link>http://jens.yelles.se/2011/08/16/query-posts-keyword/</link>
		<comments>http://jens.yelles.se/2011/08/16/query-posts-keyword/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 09:22:53 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[query_posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=217</guid>
		<description><![CDATA[While I was creating a search function in WordPress I found it hard to filter query_posts with a keyword. Then I simply tried to add &#38;s=keyword and it worked. So for all you out there, having the same problem here is a pice of code how to make this work: &#60;?php global $query_string; $keyword = &#8220;my [...]]]></description>
			<content:encoded><![CDATA[<p>While I was creating a search function in WordPress I found it hard to filter query_posts with a keyword. Then I simply tried to add &amp;s=keyword and it worked. So for all you out there, having the same problem here is a pice of code how to make this work:</p>
<blockquote><p>&lt;?php</p>
<p>global $query_string;</p>
<p>$keyword = &#8220;my epic keywords&#8221;;</p>
<p>query_posts( $query_string . &#8220;&amp;s=&#8221;.$keyword );</p>
<p>?&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2011/08/16/query-posts-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AntiSpam tool for WordPress</title>
		<link>http://jens.yelles.se/2009/04/09/antispam-tool-for-wordpress/</link>
		<comments>http://jens.yelles.se/2009/04/09/antispam-tool-for-wordpress/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 10:33:52 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Blog News]]></category>
		<category><![CDATA[Antispam]]></category>
		<category><![CDATA[SI CAPTCHA]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=83</guid>
		<description><![CDATA[After huge spam to the blog i just had to remove all comments and install the perfect tool SI CAPTCHA. I can recommend this tool for all who run WordPress and do not want spam on your comments. Also install it before the comments are coming, else you have to do like I did and [...]]]></description>
			<content:encoded><![CDATA[<p>After huge spam to the blog i just had to remove all comments and install the perfect tool SI CAPTCHA.</p>
<p>I can recommend this tool for all who run WordPress and do not want spam on your comments. Also install it before the comments are coming, else you have to do like I did and remove them all.</p>
<p>Just not forget to move this code in comments.php:</p>
<p>&lt;?php do_action(&#8216;comment_form&#8217;, $post-&gt;ID); ?&gt;</p>
<p>Above comment text-area field.</p>
<p>Later!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/04/09/antispam-tool-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

