Support » Fixing WordPress » personal comments

  • Is there a way to have comments in posts that only relate to the person logged in and no everyone? (like for instance when you add a post that need moderating only the person who wrote the comment see it before it is approved?)

    I basically want to make all posts to have comments but only comments that relate to the logged in person shows?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The comments in the moderation que ARE only seen by the person who wrote it and the admins.

    As for comments that display only for logged in persons, like an internal messaging sistem, it is not implemented and I haven’t seen a plugin to do this either, but there just might be one out there.

    Thread Starter simoncpage2

    (@simoncpage2)

    I’ve managed to get this to work by adding an If statement which checks the foreach loop for any comments that have the same post id of the person logged in – it was pretty easy.

    So each person can see comments made by themselves? I suppose that you could then set it up to show comments by persons x, y and z if you had a team?
    I haven’t used comments yet, would you mind sharing your code for the if statement?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘personal comments’ is closed to new replies.