<?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: Blog Tip :: How To Add Comments Link At Top Of Post</title>
	<atom:link href="http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/</link>
	<description>money, motorcycles and cars (with a little bit of WordPress Ninja skills too)</description>
	<lastBuildDate>Wed, 23 May 2012 11:40:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Travis@free Homepage</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-69586</link>
		<dc:creator>Travis@free Homepage</dc:creator>
		<pubDate>Mon, 05 Sep 2011 12:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-69586</guid>
		<description>Great insight and some very useful stuff for linkbuilders, I wish i would have a site in WP. I don&#039;t think for 2012 there&#039;s going to be any way around WP</description>
		<content:encoded><![CDATA[<p>Great insight and some very useful stuff for linkbuilders, I wish i would have a site in WP. I don&#8217;t think for 2012 there&#8217;s going to be any way around WP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick@romandock dot com</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16480</link>
		<dc:creator>Nick@romandock dot com</dc:creator>
		<pubDate>Tue, 13 Jan 2009 04:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16480</guid>
		<description>Oops, here I&#039;ll remove the php open and close tags:

comments_number(__(&quot;Comments&quot;), __(&quot;1 Comment&quot;), __(&quot;% Comments&quot;));

&lt;abbr&gt;&lt;em&gt;Nicks last blog post..&lt;a href=&quot;http://www.romandock.com/i-will-be-beta-testing-windows-7/&quot; rel=&quot;nofollow&quot;&gt;I will be beta testing Windows 7&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Oops, here I&#8217;ll remove the php open and close tags:</p>
<p>comments_number(__(&#8220;Comments&#8221;), __(&#8220;1 Comment&#8221;), __(&#8220;% Comments&#8221;));</p>
<p><abbr><em>Nicks last blog post..<a href="http://www.romandock.com/i-will-be-beta-testing-windows-7/">I will be beta testing Windows 7</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick@romandock dot com</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16479</link>
		<dc:creator>Nick@romandock dot com</dc:creator>
		<pubDate>Tue, 13 Jan 2009 04:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16479</guid>
		<description>Ok, I just looked in my theme files and you&#039;re right, that tag doesn&#039;t display anything on the individual post pages. However, 

&lt;code&gt;&lt;/code&gt;

can be used to display the number of comments on an individual post page (such as is displayed at the top of the comments section).

&lt;abbr&gt;&lt;em&gt;Nicks last blog post..&lt;a href=&quot;http://www.romandock.com/i-will-be-beta-testing-windows-7/&quot; rel=&quot;nofollow&quot;&gt;I will be beta testing Windows 7&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Ok, I just looked in my theme files and you&#8217;re right, that tag doesn&#8217;t display anything on the individual post pages. However, </p>
<p><code></code></p>
<p>can be used to display the number of comments on an individual post page (such as is displayed at the top of the comments section).</p>
<p><abbr><em>Nicks last blog post..<a href="http://www.romandock.com/i-will-be-beta-testing-windows-7/">I will be beta testing Windows 7</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16477</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Tue, 13 Jan 2009 04:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16477</guid>
		<description>Actually, based on the WordPress Codex this tag does not render anything when is_single() or is_page() is true - which means this tag will only work on your main page.

Now, I have not actually tested this because I was only interested in displaying the extra comments link on the main index page but the documentation tends to be fairly reliable when it comes to WordPress.</description>
		<content:encoded><![CDATA[<p>Actually, based on the WordPress Codex this tag does not render anything when is_single() or is_page() is true &#8211; which means this tag will only work on your main page.</p>
<p>Now, I have not actually tested this because I was only interested in displaying the extra comments link on the main index page but the documentation tends to be fairly reliable when it comes to WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick@romandock dot com</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16475</link>
		<dc:creator>Nick@romandock dot com</dc:creator>
		<pubDate>Tue, 13 Jan 2009 02:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16475</guid>
		<description>It would depend on which theme file you modify. If you modify index.php it would be for the homepage, if you do it in single.php, it would be for individual posts.

&lt;abbr&gt;&lt;em&gt;Nicks last blog post..&lt;a href=&quot;http://www.romandock.com/i-will-be-beta-testing-windows-7/&quot; rel=&quot;nofollow&quot;&gt;I will be beta testing Windows 7&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>It would depend on which theme file you modify. If you modify index.php it would be for the homepage, if you do it in single.php, it would be for individual posts.</p>
<p><abbr><em>Nicks last blog post..<a href="http://www.romandock.com/i-will-be-beta-testing-windows-7/">I will be beta testing Windows 7</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Money Academy</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16474</link>
		<dc:creator>Money Academy</dc:creator>
		<pubDate>Tue, 13 Jan 2009 02:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16474</guid>
		<description>and this link appears on homepage too or just inside the post ?</description>
		<content:encoded><![CDATA[<p>and this link appears on homepage too or just inside the post ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve@Free iPods</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16117</link>
		<dc:creator>Steve@Free iPods</dc:creator>
		<pubDate>Sat, 03 Jan 2009 17:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16117</guid>
		<description>I&#039;ll get around to setting up something on WP one day, it has this incredible mystique about it and I have therefore taken the easy (but second rate) option of Blogspot.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll get around to setting up something on WP one day, it has this incredible mystique about it and I have therefore taken the easy (but second rate) option of Blogspot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16087</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 03 Jan 2009 06:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16087</guid>
		<description>As Nick mentioned, being the first (and even the only) person to comment can be quite beneficial.  Often times there are plenty of people reading that do not comment, but they do follow links from the people that do comment.

Plus it is a great way to establish a relationship with the owner of the blog, assuming that they actually respond and begin a dialog.</description>
		<content:encoded><![CDATA[<p>As Nick mentioned, being the first (and even the only) person to comment can be quite beneficial.  Often times there are plenty of people reading that do not comment, but they do follow links from the people that do comment.</p>
<p>Plus it is a great way to establish a relationship with the owner of the blog, assuming that they actually respond and begin a dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16086</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 03 Jan 2009 06:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16086</guid>
		<description>Jayson, you&#039;re quite welcome!</description>
		<content:encoded><![CDATA[<p>Jayson, you&#8217;re quite welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://dereksemmler.com/2008/12/30/blog-tip-how-to-add-comments-link-at-top-of-post/comment-page-1/#comment-16085</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Sat, 03 Jan 2009 06:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://dereksemmler.com/?p=647#comment-16085</guid>
		<description>Since posting about the redesign (and this mention), there has been a slight increase in traffic to Threaded Web so it does seem like it was a good decision.</description>
		<content:encoded><![CDATA[<p>Since posting about the redesign (and this mention), there has been a slight increase in traffic to Threaded Web so it does seem like it was a good decision.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

