<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Popular posts in WordPress</title>
	<atom:link href="http://www.redips.net/wordpress/popular-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/wordpress/popular-posts/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:16:53 +0200</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/wordpress/popular-posts/comment-page-1/#comment-1605</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=72#comment-1605</guid>
		<description>@rey - I will suggest to save &lt;em&gt;get_popular_posts()&lt;/em&gt; to let&#039;s say wp-util.php file on your site. Next you only need to include wp-util.php to the index.php or sidebar.php theme file. On the other hand, you can include wp-util.php to the header.php and &lt;em&gt;get_popular_posts()&lt;/em&gt; will be visible to the whole WordPress theme. Here is an example of how to include wp-util.php with &lt;em&gt;get_popular_posts()&lt;/em&gt; inside in /my directory:

&lt;? include($_SERVER[&#039;DOCUMENT_ROOT&#039;] . &#039;/my/wp-util.php&#039;); ?&gt;

This should be the first line in header.php file. If you require any further information, feel free to contact me.
Best regards.</description>
		<content:encoded><![CDATA[<p>@rey - I will suggest to save <em>get_popular_posts()</em> to let's say wp-util.php file on your site. Next you only need to include wp-util.php to the index.php or sidebar.php theme file. On the other hand, you can include wp-util.php to the header.php and <em>get_popular_posts()</em> will be visible to the whole WordPress theme. Here is an example of how to include wp-util.php with <em>get_popular_posts()</em> inside in /my directory:</p>
<p>&lt;? include($_SERVER['DOCUMENT_ROOT'] . '/my/wp-util.php'); ?&gt;</p>
<p>This should be the first line in header.php file. If you require any further information, feel free to contact me.<br />
Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rey</title>
		<link>http://www.redips.net/wordpress/popular-posts/comment-page-1/#comment-1603</link>
		<dc:creator>rey</dc:creator>
		<pubDate>Mon, 30 Nov 2009 11:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=72#comment-1603</guid>
		<description>hi could you please elaborate the instruction?...
i didn&#039;t know where to put the get_popular_posts() function,..newbi here

thanks</description>
		<content:encoded><![CDATA[<p>hi could you please elaborate the instruction?...<br />
i didn't know where to put the get_popular_posts() function,..newbi here</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
