<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Comments template not displaying comments</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 18 May 2013 13:09:41 +0000</pubDate>

<item>
<title>Civil_777 on "Comments template not displaying comments"</title>
<link>http://themeshaper.com/forums/topic/comments-template-not-displaying-comments#post-24291</link>
<pubDate>Tue, 13 Dec 2011 22:41:07 +0000</pubDate>
<dc:creator>Civil_777</dc:creator>
<guid isPermaLink="false">24291@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I am trying to use &#60;code&#62;thematic_comments_template();&#60;/code&#62; to display comments in my blog posts.  I added a call to the function in my child theme's single.php, but I am still not seeing comments in my blog.  Is there anything else I should check?  Thanks for your help.&#60;/p&#62;
&#60;p&#62;Following is a snippet of my single.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;
                                &#38;lt;?php //thematic_content(); ?&#38;gt;
                                &#38;lt;?php the_content(); ?&#38;gt;
                            &#38;lt;/div&#38;gt;&#38;lt;!-- .entry-content --&#38;gt;
                            &#38;lt;/div&#38;gt;&#38;lt;!-- #post --&#38;gt;
                &#38;lt;?php
                // calling the widget area &#38;#39;single-insert&#38;#39;
                get_sidebar(&#38;#39;single-insert&#38;#39;);

                // calling the comments template
                thematic_comments_template();

                // calling the widget area &#38;#39;single-bottom&#38;#39;
                get_sidebar(&#38;#39;single-bottom&#38;#39;);

                ?&#38;gt;

                        &#38;lt;/div&#38;gt;&#38;lt;!-- #content --&#38;gt;

                        &#38;lt;?php thematic_belowcontent(); ?&#38;gt;

                &#38;lt;/div&#38;gt;&#38;lt;!-- #container --&#38;gt;

&#38;lt;?php

    // action hook for placing content below #container
    thematic_belowcontainer();

    // calling the standard sidebar
    thematic_sidebar();

    // calling footer.php
    get_footer();

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
