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
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
Um, anyone?
Is there a way of making comments visible by default?
Jerry
...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
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.
I have the same question. Is there a plugin or something that will cause comments to display by default?
This topic has been closed to new replies.