<?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>And Slaters Go Plop &#187; WordPress</title>
	<atom:link href="http://damian.peterson.net.nz/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://damian.peterson.net.nz</link>
	<description>The Bloggery of Damian Peterson</description>
	<lastBuildDate>Thu, 03 Nov 2011 02:39:47 +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>How to increase the number of recent comments in WordPress</title>
		<link>http://damian.peterson.net.nz/2008/01/21/how-to-increase-the-number-of-recent-comments-in-wordpress/</link>
		<comments>http://damian.peterson.net.nz/2008/01/21/how-to-increase-the-number-of-recent-comments-in-wordpress/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 07:39:57 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[recent]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://damian.peterson.net.nz/2008/01/21/how-to-increase-the-number-of-recent-comments-in-wordpress/</guid>
		<description><![CDATA[If you have direct access to your database you can change the number of recent comments that are displayed on your homepage in WordPress. I use phpMyAdmin to manage my database. Here&#8217;s what you need to do: Go to the wp_options table in your database Browse the data in this table and find the option [...]]]></description>
			<content:encoded><![CDATA[<p>If you have direct access to your database you can change the number of recent comments that are displayed on your homepage in WordPress. I use phpMyAdmin to manage my database. Here&#8217;s what you need to do:</p>
<ol>
<li>Go to the wp_options table in your database</li>
<li>Browse the data in this table and find the option with the name &#8216;widget_recent_comments&#8217;</li>
<li>Edit this option and change the last number (it should be &#8217;5&#8242; by default) to the number of recent comments you would like to display: <code>a:2:{s:5:"title";s:0:"";s:6:"number";i:<strong>5</strong>;}</code></li>
</ol>
<p>Of course, it&#8217;s quite likely that there is a setting for this in the admin panel that I&#8217;ve overlooked &#8211; I was unable to find it.</p>
]]></content:encoded>
			<wfw:commentRss>http://damian.peterson.net.nz/2008/01/21/how-to-increase-the-number-of-recent-comments-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

