Forums

How show comments (without click) as default? (6 posts)

  1. jerrypettit
    Member
    Posted 6 years ago #

    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

  2. jerrypettit
    Member
    Posted 6 years ago #

    Um, anyone?

    Is there a way of making comments visible by default?

    Jerry

  3. jerrypettit
    Member
    Posted 6 years ago #

    ...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

  4. llbbl
    Member
    Posted 6 years ago #

    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.

  5. Chris_K
    Member
    Posted 6 years ago #

    What happens if you add

    <?php comments_template(); ?>

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

  6. DevonTT
    Member
    Posted 5 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.