Forums

How to set comments on page rather than pop ups (5 posts)

  1. PhilEsq
    Member
    Posted 6 years ago #

    I am wondering if it is possible to have comments posted on a page rather than using comment pop-ups. It is, I would appreciate someone telling me how to do this. I am using version 2.0.2

    Thank you.

  2. moshu
    Member
    Posted 6 years ago #

    That's a setting in your theme! Not in WP.
    Anyway, open the header.php file of your theme and find this line:
    <?php comments_popup_script(); // off by default ?>
    comment it out, i.e. make it like:

    <?php //comments_popup_script(); // off by default ?>
    (notice the //)
    You are good to go.

  3. FlannelShirtMonster
    Member
    Posted 6 years ago #

    Do you want the comments to show up underneath all of your posts, or do you want them to open up in the browser itself?

  4. PhilEsq
    Member
    Posted 6 years ago #

    I think I want them to show up under my posts. My blog is in the top search results on Google, but I would like the comments to be help and be searchable.

  5. moshu
    Member
    Posted 6 years ago #

    FSM's question doesn't really make sense...
    Just do what I suggested above and every post will have its comments under the content on the single post view.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags