Forums

[resolved] Change comments to appear beneath, and not as a pop-up (3 posts)

  1. lucasx
    Member
    Posted 2 years ago #

    I use the Nishita theme ( http://brajeshwar.com/2006/nishita-photo-blog-theme/ ), but one thing bothers me. The comments windows appears as a pop-up windows. So I'm trying to change the theme.

    And here's my main question ;
    Is there a way to show the comments, not as a pop-up windows, under the post.

    I changed this in the header to :
    <?php //comments_popup_script(); // ?>
    But somehow this doesn't show the comments beneath the post-message.

    I look at the wordpress codex but didn't find much there.
    Can someone help me with this, or point me in the right direction?

    Thanx !

    LucasX
    http://www.hartstocht.lucasnet.be

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    you have to add in the code now to bring in the comments....

    something like this, gives a link that when you click you are taken to the single.php post view to view the post and comment
    <?php comments_popup_link('ADD COMMENTS', '1 COMMENT', '% COMMENTS'); ?>

    <?php comments_template(); ?> adds it right in the page

  3. lucasx
    Member
    Posted 2 years ago #

    Thanx Rev. Voodoo for your answer.

    And I found the trick to make the comments appear on the Nishita theme :
    Inserting this line <?php $withcomments = true; comments_template();?>
    forces the comments to show on the page.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags