How can I archive a comment so that it doesn't appear new, without moving it to spam or trash?

The comment is interesting, so I want to keep it for myself, but not approve it.

link|improve this question

47% accept rate
how about just marking it with a different status and have a custom page under comments (does it allow?) to show archived comments. You will just need a button along with others to mark its status to a value not used and which will not be used by some other thing to save its status. Just an idea, never really did anything similar. – Ashfame May 29 '11 at 11:43
@Ashfame That would be my ideal solution. However, I can't find a way to add more statuses to a comment. There doesn't even seem to be a plugin that does that. – barrycarter Jun 1 '11 at 23:47
feedback

2 Answers

Your best bet might be simply to leave the comment in the moderation queue?

link|improve this answer
That's what I'm doing now, but it's annoying because it keeps telling me I have 1 "unseen" comment. I want to store it away safely, but not see if every time I moderate comments. – barrycarter Apr 27 '11 at 21:39
feedback

On my blog we want to keep the comments that wont pass moderation as a record of offending text. In the end we added

define('EMPTY_TRASH_DAYS', 100000);

to wp-config.php and move everything to trash. Yes in 273 years it will start deleting them, but it's a trade off we went for.

link|improve this answer
I dislike using the trash for anything other than trash. It seems "easy" (to someone who doesn't have to do it <G>) to add more statuses for comments? – barrycarter Jun 1 '11 at 23:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.