<?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>Ben O'Sullivan &#187; Wordpress</title>
	<atom:link href="http://benosullivan.co.uk/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://benosullivan.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 09:11:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Show Top 10 Posts in WordPress Without a Plugin</title>
		<link>http://benosullivan.co.uk/wordpress/show-top-10-posts-in-wordpress-without-a-plugin/</link>
		<comments>http://benosullivan.co.uk/wordpress/show-top-10-posts-in-wordpress-without-a-plugin/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 11:00:45 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[no plugin wordpress posts]]></category>
		<category><![CDATA[Show top wordpress posts]]></category>
		<category><![CDATA[top commented post wordpress]]></category>
		<category><![CDATA[top wordpress posts]]></category>

		<guid isPermaLink="false">http://benosullivan.co.uk/?p=886</guid>
		<description><![CDATA[WordPress is a great blogging tool and many plugins are available to do just about everything. But having 100 plugins will make your site crawl and will annoy your users. This tutorial will show you how to add some simple code to show the top ten posts for various metrics anywhere on your blog Instructions [...]]]></description>
		<wfw:commentRss>http://benosullivan.co.uk/wordpress/show-top-10-posts-in-wordpress-without-a-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlight Searched Term In WordPress Search Results</title>
		<link>http://benosullivan.co.uk/wordpress/highlight-searched-term-in-wordpress-search-results/</link>
		<comments>http://benosullivan.co.uk/wordpress/highlight-searched-term-in-wordpress-search-results/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:00:28 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[highlight search]]></category>
		<category><![CDATA[highlight search code]]></category>
		<category><![CDATA[highlight search term]]></category>
		<category><![CDATA[highlight search wordpress]]></category>
		<category><![CDATA[search wordpress]]></category>

		<guid isPermaLink="false">http://benosullivan.co.uk/?p=975</guid>
		<description><![CDATA[A popular way of displaying search results is to highlight the search term in the results. Read on for the code. Search Result Code Navigate to your template directory and open the search.php file find the following code the_title() Replace it with the following code echo $title; The line before the previous code insert the [...]]]></description>
		<wfw:commentRss>http://benosullivan.co.uk/wordpress/highlight-searched-term-in-wordpress-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Display PHP Code Directly in WordPress Posts</title>
		<link>http://benosullivan.co.uk/wordpress/how-to-display-php-code-directly-in-wordpress-posts/</link>
		<comments>http://benosullivan.co.uk/wordpress/how-to-display-php-code-directly-in-wordpress-posts/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 11:00:11 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Display PHP]]></category>
		<category><![CDATA[Display PHP in Wordpress]]></category>
		<category><![CDATA[Display PHP in Wordpress Post]]></category>

		<guid isPermaLink="false">http://benosullivan.co.uk/?p=943</guid>
		<description><![CDATA[If you put php code into a WordPress post the WordPress engine will take that code and parse it. This will remove it from the post and leave you without your code! Escaping PHP Tags To Escape PHP Replace the question mark in the PHP Tag with &#60;&#63;php and the end tag with &#63;&#62; This [...]]]></description>
		<wfw:commentRss>http://benosullivan.co.uk/wordpress/how-to-display-php-code-directly-in-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Display an Advert After Your First Post in WordPress</title>
		<link>http://benosullivan.co.uk/wordpress/how-to-display-an-advert-after-your-first-post-in-wordpress/</link>
		<comments>http://benosullivan.co.uk/wordpress/how-to-display-an-advert-after-your-first-post-in-wordpress/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 17:00:45 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[display advert wordpress]]></category>

		<guid isPermaLink="false">http://benosullivan.co.uk/?p=928</guid>
		<description><![CDATA[Adding ads into your WordPress blog is a great way to make money. This tutorial will show you how to add a Google Ad (or other) after your first post on your blog Adding Code Navigate to your WordPress theme folder. Open index.php Search for the following code Replace with Search for Just before this [...]]]></description>
		<wfw:commentRss>http://benosullivan.co.uk/wordpress/how-to-display-an-advert-after-your-first-post-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Can&#8217;t Wait For WordPress 2.8</title>
		<link>http://benosullivan.co.uk/wordpress/why-i-cant-wait-for-wordpress-28/</link>
		<comments>http://benosullivan.co.uk/wordpress/why-i-cant-wait-for-wordpress-28/#comments</comments>
		<pubDate>Fri, 29 May 2009 15:24:24 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.7.1]]></category>
		<category><![CDATA[2.8]]></category>
		<category><![CDATA[2.8 theme]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress 2.8]]></category>
		<category><![CDATA[wordpress 2.8 features]]></category>

		<guid isPermaLink="false">http://benosullivan.co.uk/?p=161</guid>
		<description><![CDATA[The new Beta for WordPress 2.8 was release on may 23rd and with it lots of new features and improvements. I have taken the new WordPress for a spin on a test web server and there are a few anticipated features just waiting to be deployed. Administrating WordPress Away From Home One annoyance of WordPress [...]]]></description>
		<wfw:commentRss>http://benosullivan.co.uk/wordpress/why-i-cant-wait-for-wordpress-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
