Hi!
I display several posts on my front page, with their comments visible by calling comments_template() in The Loop after each post.
I am looking for a plugin which will highlight comments that are unread since the last visit. A couple of plugins currently do this, but only work when viewing a single post. Is there a plugin that can handle this in my context?
If it would simply continue highlighting all new comments, until the visitor clicks a ‘Mark All as Read’ button, this would be even better!!
Is it possible to use query_posts to pick out posts that have been ‘active’ recently, ie I would like a page view where posts with new comments are displayed?
It’s very important that I float new content to the top of the blog. Rather like a phpbb forum which floats new posts and comments to the top all the time. But I much prefer the layout and style of wordpress!
Viewing 1 replies (of 1 total)
The topic ‘Unread comments on front page’ is closed to new replies.
(@innovine)
16 years, 11 months ago
Hi!
I display several posts on my front page, with their comments visible by calling comments_template() in The Loop after each post.
I am looking for a plugin which will highlight comments that are unread since the last visit. A couple of plugins currently do this, but only work when viewing a single post. Is there a plugin that can handle this in my context?
If it would simply continue highlighting all new comments, until the visitor clicks a ‘Mark All as Read’ button, this would be even better!!