<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: enable comments on home page</title>
		<link>http://www.themolitor.com/forums/topic/enable-comments-on-home-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: enable comments on home page</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 10:09:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/enable-comments-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "enable comments on home page"</title>
			<link>http://www.themolitor.com/forums/topic/enable-comments-on-home-page#post-24447</link>
			<pubDate>Thu, 07 Nov 2013 10:12:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24447@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing your findings! :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Ivo2013 on "enable comments on home page"</title>
			<link>http://www.themolitor.com/forums/topic/enable-comments-on-home-page#post-24444</link>
			<pubDate>Thu, 07 Nov 2013 07:30:33 +0000</pubDate>
			<dc:creator>Ivo2013</dc:creator>
			<guid isPermaLink="false">24444@http://www.themolitor.com/forums/</guid>
			<description><p>I found an easy solution for this. It's not perfect but I'm sharing it here for other users that want the same thing. </p>
<p>In archive.php I changed &#60;?php the_excerpt();?&#62; to &#60;?php the_content();?&#62; This is to show the full post on the homepage and not just the excerpt.</p>
<p>And just after &#60;?php the_content();?&#62; added the following line of code:<br />
 &#60;?php global $withcomments; $withcomments = 1; comments_template(); ?&#62; Now the comment link is shown on the homepage posts. Because this code also displays the comment link on all other pages (like my "links" page, I added the following code to the css stylesheet editor:</p>
<p>body.page-id-13 #commentToggle {display: none;}  In this line of code the page-id number is the page where you want to hide the comment links.</p>
<p>I am not a coder and I'm only sharing here what worked for me. I hope it's useful for others who want to do the same.</p>
<p>@Chris, feel free to remove this post if you feel it's not appropriate.
</p></description>
		</item>
		<item>
			<title>Ivo2013 on "enable comments on home page"</title>
			<link>http://www.themolitor.com/forums/topic/enable-comments-on-home-page#post-24427</link>
			<pubDate>Wed, 06 Nov 2013 12:07:42 +0000</pubDate>
			<dc:creator>Ivo2013</dc:creator>
			<guid isPermaLink="false">24427@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for your swift reply Chris. I was hoping maybe one of the other users of the theme would have figured out a solutions for this. Like I said, I'm not a coder but it's probably a small and easy thing to modify for someone with some php knowledge.</p>
<p>Best regards,<br />
Ivo
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "enable comments on home page"</title>
			<link>http://www.themolitor.com/forums/topic/enable-comments-on-home-page#post-24426</link>
			<pubDate>Wed, 06 Nov 2013 11:57:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24426@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The WordPress comments template only works on single posts and pages.</p>
<p>If you want to explore a custom solution, please submit a request here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Ivo2013 on "enable comments on home page"</title>
			<link>http://www.themolitor.com/forums/topic/enable-comments-on-home-page#post-24425</link>
			<pubDate>Wed, 06 Nov 2013 11:21:42 +0000</pubDate>
			<dc:creator>Ivo2013</dc:creator>
			<guid isPermaLink="false">24425@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the great template! I am working on a blog with short stories. Because the stories are so short, I don't want the excerpts on the homepage but the full stories. I modified the archive.php file and changed &#60;?php the_excerpt();?&#62; to &#60;?php the_content();?&#62; so now the full stories are shown on the homepage.</p>
<p>How can I also enable comments on this page? I tried to put the &#60;?php comments_template(); ?&#62; in archive.php but it doesn't work. Commenting only works if people first click on the story to show it in single page.</p>
<p>Can someone tell me how to enable comments on my homepage? I'm not a coder, I just use my common sense so please give a clear and step by step explanation. </p>
<p>Here is the website I'm working on: <a href="http://kristelsnellen.com" rel="nofollow">http://kristelsnellen.com</a>
</p></description>
		</item>

	</channel>
</rss>
