ThemeShaper Forums » Thematic

[closed]

Move comments to the above the footer area

(3 posts)
  • Started 12 years ago by Tom Kroscavage
  • Latest reply from middlesister
  • This topic is not resolved
  1. 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.

    http://norman-okc.com/misc/poulan-chainsaw-carburetor-adjustment/

    Posted 12 years ago #
  2. 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.

    Any suggestions?

    Posted 12 years ago #
  3. middlesister
    Member

    How are you adding the disqus div? Wouldn't it be a simple case of

    function my_comments() {
        // write you disqus code here
    }
    add_action( 'thematic_abovefooter' , 'my_comments' );
    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.