<?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>WpFunc &#187; inline comments</title>
	<atom:link href="http://wpfunc.com/tag/inline-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Sun, 06 May 2012 02:21:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to include comments in posts lists?</title>
		<link>http://wpfunc.com/wordpress/how-to-include-comments-in-posts-lists.html</link>
		<comments>http://wpfunc.com/wordpress/how-to-include-comments-in-posts-lists.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:24:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[inline comments]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=250</guid>
		<description><![CDATA[You can show comments on index.php. Some new themes support this. Also you can add this option to your themes. Here is the code; First one you download your theme&#8217;s index.php. After that open the file with your favourite text editor and paste this code wher you want to show your comments. That&#8217;s All. Have [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can show comments on <strong>index.php</strong>. Some new themes support this. Also you can add this option to your themes.<span id="more-250"></span></p>
<h3 style="text-align: justify;">Here is the code;</h3>
<p style="text-align: justify;">First one you download your theme&#8217;s <span style="color: #ff0000;"><strong>index.php</strong></span>. After that open the file with your favourite text editor and paste this code wher you want to show your comments.</p>
<pre class="brush: plain; title: ; notranslate">&lt;?php
  global $withcomments;
  $withcomments = true;
  comments_template(&quot;/inline-comments.php&quot;);
?&gt;
</pre>
<p style="text-align: justify;"><span class="notice">What I did? That&#8217;s simple: On line 2, I declare that I&#8217;ll use the global variable $withcomments. I then set its value to true on line 3. Finally, I use the comments_template() function to call my comments file. The /inline-comments.php parameter tells the function to use a specific file for displaying comments, instead of the regular comments.php.</span></p>
<p>That&#8217;s All. Have a nice day!</p>
<p>The <a href="http://www.wprecipes.com/wordpress-tip-include-comments-in-post-lists">Original</a> Post!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/how-to-include-comments-in-posts-lists.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

