• jerrypettit

    (@jerrypettit)


    I would like the few comments I get to my topics to “stand out” by being visible by default, as opposed to being hidden away such that one needs to click to see them.

    Is there some way of getting this done?

    Thanks in advance.

    Jerry

    http://www.jerrypettit.com/blog

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jerrypettit

    (@jerrypettit)

    Um, anyone?

    Is there a way of making comments visible by default?

    Jerry

    Thread Starter jerrypettit

    (@jerrypettit)

    …Because wouldn’t it be cool if you could do this?

    Or maybe you can’t.

    I wouldn’t know.

    Not from anything I’ve learned HERE anyway.

    Anyone?

    Anyone?

    Jerry

    llbbl

    (@llbbl)

    You know anything about PHP or MySQL ?

    I could make a “latest comments” section or page in about 1 hr.

    The MySQL command to retrieve the last comments is

    SELECT *
    FROM wp_comments
    ORDER BY comment_ID DESC

    It is something custom that is not apart of wordpress, that I know of.

    Chris_K

    (@handysolo)

    What happens if you add

    <?php comments_template(); ?>

    to The Loop in your theme’s index.php?

    I have the same question. Is there a plugin or something that will cause comments to display by default?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How show comments (without click) as default?’ is closed to new replies.