<?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 Tag: comments</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 04:21:17 +0000</pubDate>

<item>
<title>helgatheviking on "No Comments Input in Child Theme"</title>
<link>http://themeshaper.com/forums/topic/no-comments-input-in-child-theme#post-24990</link>
<pubDate>Thu, 19 Jan 2012 23:26:44 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24990@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;facepalm!!  don't worry, it happens to us all.
&#60;/p&#62;</description>
</item>
<item>
<title>jack032 on "No Comments Input in Child Theme"</title>
<link>http://themeshaper.com/forums/topic/no-comments-input-in-child-theme#post-24987</link>
<pubDate>Thu, 19 Jan 2012 21:43:48 +0000</pubDate>
<dc:creator>jack032</dc:creator>
<guid isPermaLink="false">24987@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Gene,&#60;/p&#62;
&#60;p&#62;Thank you so very much. I have Firebug but i neglected to find the issue. I feel a bit of a dufus.&#60;/p&#62;
&#60;p&#62;Again, thank you x10!&#60;/p&#62;
&#60;p&#62;- Jack
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "No Comments Input in Child Theme"</title>
<link>http://themeshaper.com/forums/topic/no-comments-input-in-child-theme#post-24976</link>
<pubDate>Thu, 19 Jan 2012 02:00:06 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">24976@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Jack,&#60;/p&#62;
&#60;p&#62;Look at line 578 in your child theme's style.css&#60;/p&#62;
&#60;p&#62;#comments { display:none }&#60;/p&#62;
&#60;p&#62;Try firefox with firebug. It helps with css debugging.&#60;/p&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>jack032 on "No Comments Input in Child Theme"</title>
<link>http://themeshaper.com/forums/topic/no-comments-input-in-child-theme#post-24974</link>
<pubDate>Thu, 19 Jan 2012 00:26:42 +0000</pubDate>
<dc:creator>jack032</dc:creator>
<guid isPermaLink="false">24974@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I have a child theme I've developed but I can't get the comment form to show up on a blog post. It works fine when I switch the theme to Thematic 0.9.7 which the child theme is based on.&#60;/p&#62;
&#60;p&#62;I'm using Wordpress 3.3.1&#60;/p&#62;
&#60;p&#62;The post comments, trackbacks and pingbacks are enable.&#60;/p&#62;
&#60;p&#62;Here's the link to the child themed site:&#60;br /&#62;
&#60;a href=&#34;http://www.mauisbestmassage.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mauisbestmassage.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;- Jack
&#60;/p&#62;</description>
</item>
<item>
<title>beth on "Jump to comment box (#respond) from blog index"</title>
<link>http://themeshaper.com/forums/topic/jump-to-comment-box-respond-from-blog-index#post-24699</link>
<pubDate>Fri, 06 Jan 2012 14:43:05 +0000</pubDate>
<dc:creator>beth</dc:creator>
<guid isPermaLink="false">24699@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That did the trick. Thanks very much!&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() . &#38;quot;#respond&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;Leave a comment&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Jump to comment box (#respond) from blog index"</title>
<link>http://themeshaper.com/forums/topic/jump-to-comment-box-respond-from-blog-index#post-24574</link>
<pubDate>Tue, 03 Jan 2012 16:13:01 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24574@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thematic's default post footer includes a link to the comments with a hash tag to jump directly to comments.&#60;/p&#62;
&#60;p&#62;its in the thematic_postfooter_postcomments() function.  why not just use &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo get_permalink() . &#38;quot;#comments&#38;quot;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;like thematic does?
&#60;/p&#62;</description>
</item>
<item>
<title>beth on "Jump to comment box (#respond) from blog index"</title>
<link>http://themeshaper.com/forums/topic/jump-to-comment-box-respond-from-blog-index#post-24556</link>
<pubDate>Mon, 02 Jan 2012 18:53:24 +0000</pubDate>
<dc:creator>beth</dc:creator>
<guid isPermaLink="false">24556@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;My client wants the comments links to look like this: &#60;/p&#62;
&#60;p&#62;Leave a comment &#124; Read comments&#60;/p&#62;
&#60;p&#62;I can customize '&#38;lt;?php comments_popup_link ?&#38;gt;' for the &#34;Read comments&#34; piece, but is there a way to jump to the comments box (#respond) from the blog index? In looking at the template tags on &#60;a href=&#34;http://codex.wordpress.org/Template_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags&#60;/a&#62; it doesn't seem that way, but I must be missing something.
&#60;/p&#62;</description>
</item>
<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>
<item>
<title>hierophant on "How to remove "comment" box from Pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-comment-box-from-pages#post-24021</link>
<pubDate>Thu, 01 Dec 2011 04:21:04 +0000</pubDate>
<dc:creator>hierophant</dc:creator>
<guid isPermaLink="false">24021@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;OK I got it. &#60;a href=&#34;http://wordpress.org/support/topic/remove-comment-field-for-selected-pages&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/remove-comment-field-for-selected-pages&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>hierophant on "How to remove "comment" box from Pages"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-comment-box-from-pages#post-24008</link>
<pubDate>Wed, 30 Nov 2011 08:35:33 +0000</pubDate>
<dc:creator>hierophant</dc:creator>
<guid isPermaLink="false">24008@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I could not locate any reference to this in the acamas forum posts.&#60;/p&#62;
&#60;p&#62;Title pretty much sums up what I wish to achieve. &#60;/p&#62;
&#60;p&#62;I suppose it will mean editing one of the files? Or perhaps adding something to the 'Variants&#34; file.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>markvd3 on "display first full post with comments and everything on frontpage?"</title>
<link>http://themeshaper.com/forums/topic/display-first-full-post-with-comments-and-everything-on-frontpage#post-23828</link>
<pubDate>Wed, 16 Nov 2011 17:29:59 +0000</pubDate>
<dc:creator>markvd3</dc:creator>
<guid isPermaLink="false">23828@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi, i would like to display my most recent post on the front page, just as it would look as the single.php with the comments and everything.
&#60;/p&#62;</description>
</item>
<item>
<title>ufo8mykat on "Turn off comments completely"</title>
<link>http://themeshaper.com/forums/topic/turn-off-comments-completely#post-23481</link>
<pubDate>Fri, 14 Oct 2011 21:37:59 +0000</pubDate>
<dc:creator>ufo8mykat</dc:creator>
<guid isPermaLink="false">23481@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helga, &#60;/p&#62;
&#60;p&#62;I've tried that and it doesn't work for me.&#60;/p&#62;
&#60;p&#62;It still prints the &#34;comments closed&#34; text. I'm trying to remove that also without editing core files. &#60;/p&#62;
&#60;p&#62;Also the secondary problem is.. when I try to upload a functions.php file to a child theme I get an error saying unexpected end? Makes no sense. It's closed properly. &#60;/p&#62;
&#60;p&#62;So any filters or actions I have to put in the thematic function.php, could that be my problem? It should inherit the settings of that function file though?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Drew
&#60;/p&#62;</description>
</item>
<item>
<title>RPCarruth on "Neutica+ Wordpress Theme: Comments Suddenly Not Working On Posts"</title>
<link>http://themeshaper.com/forums/topic/neutica-wordpress-theme-comments-suddenly-not-working-on-posts#post-23465</link>
<pubDate>Fri, 14 Oct 2011 03:48:22 +0000</pubDate>
<dc:creator>RPCarruth</dc:creator>
<guid isPermaLink="false">23465@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello, and thanks for the help.&#60;/p&#62;
&#60;p&#62;The comments section in my posts are not showing anymore. I have gone and batch-edited the posts to &#34;allow&#34; comments, and updated. But it still isn't showing, and the &#34;allow&#34; has reverted, in settings, back to &#34;No Change&#34;. &#60;/p&#62;
&#60;p&#62;How can I get them to show back so users can comment on my posts? &#60;/p&#62;
&#60;p&#62;If you could be specific, I would really appreciate it. Especially if it envolves me having to edit code. Sorry :)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>diablaroja on "Turn off comments completely"</title>
<link>http://themeshaper.com/forums/topic/turn-off-comments-completely#post-23441</link>
<pubDate>Wed, 12 Oct 2011 21:40:01 +0000</pubDate>
<dc:creator>diablaroja</dc:creator>
<guid isPermaLink="false">23441@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Never mind...now it's working.&#60;/p&#62;
&#60;p&#62;Thanks for your help. :)
&#60;/p&#62;</description>
</item>
<item>
<title>diablaroja on "Turn off comments completely"</title>
<link>http://themeshaper.com/forums/topic/turn-off-comments-completely#post-23440</link>
<pubDate>Wed, 12 Oct 2011 20:34:18 +0000</pubDate>
<dc:creator>diablaroja</dc:creator>
<guid isPermaLink="false">23440@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Not working for me, unfortunately. :(
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Turn off comments completely"</title>
<link>http://themeshaper.com/forums/topic/turn-off-comments-completely#post-23439</link>
<pubDate>Wed, 12 Oct 2011 16:10:01 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23439@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;see:&#60;br /&#62;
&#60;a href=&#34;http://themeshaper.com/forums/topic/removing-comments-section-from-thematic&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/removing-comments-section-from-thematic&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>diablaroja on "Turn off comments completely"</title>
<link>http://themeshaper.com/forums/topic/turn-off-comments-completely#post-23438</link>
<pubDate>Wed, 12 Oct 2011 04:24:01 +0000</pubDate>
<dc:creator>diablaroja</dc:creator>
<guid isPermaLink="false">23438@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I disabled comments under &#34;Discussion&#34; in the WP admin, but &#34;post a comment&#34; is still showing on my posts.&#60;/p&#62;
&#60;p&#62;How can I disable it in the functions file for my child theme? Basic instructions appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>cookieandkate on "Comment author's name is cut short"</title>
<link>http://themeshaper.com/forums/topic/comment-authors-name-is-cut-short#post-23334</link>
<pubDate>Tue, 04 Oct 2011 02:25:58 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">23334@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm still stuck. I tried inserting this code into my functions.php to increase the character count from 20 to 45, but it didn't work. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
add_filter('get_comment_author', create_function('$author','return substr($author,0,40);'));&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any more ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>cookieandkate on "Comment author's name is cut short"</title>
<link>http://themeshaper.com/forums/topic/comment-authors-name-is-cut-short#post-23179</link>
<pubDate>Thu, 22 Sep 2011 13:06:40 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">23179@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;middlesister, I have made some changes to my functions.php, but none that I know of that would limit the characters. The character limit on my commenter's names is now 20, not 50 like it should be. I searched through my functions.php and didn't find &#34;20&#34; in there. I have installed a couple of plugins recently, but none that are related to comments. I'm lost.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Comment author's name is cut short"</title>
<link>http://themeshaper.com/forums/topic/comment-authors-name-is-cut-short#post-23167</link>
<pubDate>Wed, 21 Sep 2011 16:40:18 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23167@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;actually you can see in the source code that there IS a limit on the length of the URL field, but it is something like 50 characters so i can't see why that'd be tripping you up.
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "Comment author's name is cut short"</title>
<link>http://themeshaper.com/forums/topic/comment-authors-name-is-cut-short#post-23165</link>
<pubDate>Wed, 21 Sep 2011 13:48:22 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">23165@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It probably has to do with some changes you made, neither thematic nor wordpress has any character limit on commenters names that I know of. But normal css tweaks are not enough for this change, it has do be done with code. Have you made any changes to functions.php? Could it be a plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>cookieandkate on "Comment author's name is cut short"</title>
<link>http://themeshaper.com/forums/topic/comment-authors-name-is-cut-short#post-23161</link>
<pubDate>Wed, 21 Sep 2011 04:42:15 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">23161@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello! I made some changes to my comments lately (changed font formatting, comment margin/padding and moved the gravatar from the left to the right side), and noticed a strange side effect. Now the author's names are cut short, like there's a character limit imposed on them. I believe this is a new issue related to the changes I made, but I could be wrong. I just noticed it. &#60;/p&#62;
&#60;p&#62;You can see a few examples in the comments here: &#60;a href=&#34;http://cookieandkate.com/2011/blueberry-lavender-lemonade/&#34; rel=&#34;nofollow&#34;&#62;http://cookieandkate.com/2011/blueberry-lavender-lemonade/&#60;/a&#62; Several of the commenter's names end abruptly. &#60;/p&#62;
&#60;p&#62;Please let me know if you have any clues how to fix the issue! Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>rafi5749 on "Override comments.php with a function"</title>
<link>http://themeshaper.com/forums/topic/override-commentsphp-with-a-function#post-23009</link>
<pubDate>Wed, 07 Sep 2011 19:37:02 +0000</pubDate>
<dc:creator>rafi5749</dc:creator>
<guid isPermaLink="false">23009@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to replace Thematic's comments with Facebook Comments. With a child theme it's really easy, just add a file comments.php that looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php thematic_abovecomments() ?&#38;gt;&#60;br /&#62;
   &#38;lt;div id=&#34;comments&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;div id=&#34;fb-root&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
         &#38;lt;script src=&#34;http://connect.facebook.net/en_US/all.js#xfbml=1&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
         &#38;lt;fb:comments href=&#34;&#38;lt;?php echo get_permalink($post-&#38;gt;ID); ?&#38;gt;&#34; num_posts=&#34;10&#34; width=&#34;530&#34;&#38;gt;&#38;lt;/fb:comments&#38;gt;&#60;br /&#62;
      &#38;lt;/div&#38;gt;&#38;lt;!-- #comments --&#38;gt;&#60;br /&#62;
&#38;lt;?php thematic_belowcomments() ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;BUT, I would like to accomplish this with a plugin. Anyone know how I could override the parent's comments.php with a function instead of a template?
&#60;/p&#62;</description>
</item>
<item>
<title>Azuaron on "Can't filter thematic_comment_form_args"</title>
<link>http://themeshaper.com/forums/topic/cant-filter-thematic_comment_form_args#post-22843</link>
<pubDate>Thu, 25 Aug 2011 18:40:41 +0000</pubDate>
<dc:creator>Azuaron</dc:creator>
<guid isPermaLink="false">22843@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Turns out comments.php never actually calls/uses thematic_comment_form_args. Why does that exist?
&#60;/p&#62;</description>
</item>
<item>
<title>Azuaron on "Can't filter thematic_comment_form_args"</title>
<link>http://themeshaper.com/forums/topic/cant-filter-thematic_comment_form_args#post-22842</link>
<pubDate>Thu, 25 Aug 2011 18:29:18 +0000</pubDate>
<dc:creator>Azuaron</dc:creator>
<guid isPermaLink="false">22842@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying to filter thematic_comment_form_args and (essentially) remove comment_notes_before, but for some reason the filter isn't activating.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function childtheme_override_comment_form_args($args)&#60;br /&#62;
{&#60;br /&#62;
	$args['comment_notes_before'] = '&#38;lt;p class=&#34;comment-notes&#34;&#38;gt;&#38;lt;/p&#38;gt;';&#60;br /&#62;
	return $args;&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_comment_form_args', 'childtheme_override_comment_form_args');&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>wlanni on "Comment Pagination (Child Theme)"</title>
<link>http://themeshaper.com/forums/topic/comment-pagination-child-theme#post-22341</link>
<pubDate>Sat, 16 Jul 2011 03:36:53 +0000</pubDate>
<dc:creator>wlanni</dc:creator>
<guid isPermaLink="false">22341@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey avantmedia,&#60;/p&#62;
&#60;p&#62;I just put pagination together on a template theme page. I grabbed code off of here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/paginate_links&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/paginate_links&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I placed it after my custom WP_Query, and adjusted a couple of the $pagination args.&#60;/p&#62;
&#60;p&#62;Hope that helps!
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "Move comments to the above the footer area"</title>
<link>http://themeshaper.com/forums/topic/move-comments-to-the-above-the-footer-area#post-22306</link>
<pubDate>Wed, 13 Jul 2011 20:00:22 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">22306@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How are you adding the disqus div? Wouldn't it be a simple case of &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_comments() {
    // write you disqus code here
}
add_action( &#38;#39;thematic_abovefooter&#38;#39; , &#38;#39;my_comments&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Tom Kroscavage on "Move comments to the above the footer area"</title>
<link>http://themeshaper.com/forums/topic/move-comments-to-the-above-the-footer-area#post-22302</link>
<pubDate>Wed, 13 Jul 2011 16:30:36 +0000</pubDate>
<dc:creator>Tom Kroscavage</dc:creator>
<guid isPermaLink="false">22302@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I was able to move my comments to the above the footer area by pasting the Disqus universal script in a text widget, but that didn't do what I wanted.  I still could not make the comments full width I tried changing the Z-index and changing overflow to visible.  &#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>Tom Kroscavage on "Move comments to the above the footer area"</title>
<link>http://themeshaper.com/forums/topic/move-comments-to-the-above-the-footer-area#post-22265</link>
<pubDate>Mon, 11 Jul 2011 06:57:58 +0000</pubDate>
<dc:creator>Tom Kroscavage</dc:creator>
<guid isPermaLink="false">22265@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How do I move comments to the thematic_abovefooter() area.  I'm using Disqus and I'm trying to make the comment area full width.  Here's a post with comments.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://norman-okc.com/misc/poulan-chainsaw-carburetor-adjustment/&#34; rel=&#34;nofollow&#34;&#62;http://norman-okc.com/misc/poulan-chainsaw-carburetor-adjustment/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mastersanto on "Removing comments section from Thematic"</title>
<link>http://themeshaper.com/forums/topic/removing-comments-section-from-thematic#post-22161</link>
<pubDate>Wed, 06 Jul 2011 01:14:04 +0000</pubDate>
<dc:creator>mastersanto</dc:creator>
<guid isPermaLink="false">22161@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi, if you want to remove comments from pages and allow then in posts, just look at thematic functions.php and you'll see:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// set comments handling for pages, archives and links
// If you set this to TRUE, comments only show up on pages with a key/value of &#38;quot;comments&#38;quot;
if (!defined(&#38;#39;THEMATIC_COMPATIBLE_COMMENT_HANDLING&#38;#39;)) {
	define(&#38;#39;THEMATIC_COMPATIBLE_COMMENT_HANDLING&#38;#39;, false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;put this lines in your child, you only need to set true instead of false.&#60;/p&#62;
&#60;p&#62;Salu2!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

