How to hide collabpress activity from the front end's recent comments area?
-
Hi!
I’m using collabpress to track my tasks and also to track my notes(comments) related to each task.
Links to collabpress tasks’ comments are showing up in the “Recent Comments” widget in my home page’s sidebar.
my site: wieldlinux.com
Who else has run into this, and what did you do to solve it? I don’t want any trace of collabpress activity to show up on the front end… What can I do?
What I’ve learned so far:
I looked in the database and found out that collabpress uses WordPress’ native comments table to store the collabpress comments. And it gives them a comment_type of “collabpress” and marks their comment_approved flag as 1.What I’ve tried so far:
1.
I poked around the WordPress Dashboard in the Dashboard > Comments… panel, hoping for an option that would control which comments are shown on the front end (for example a filter by comments based on their comment_type– however I don’t see such functionality in the wordpress core…2.
I looked in the Dashboard > Collabpress > settings to see if there’s any filter/control there that would somehow make the collabpress tasks’ comments unpublished to the front end but still show in the collabpress back end– but i don’t see such a setting…3.
Trying to find what other people tried, I googled the term:
wordpress filter comments on comment_type
Which came up with link to this article:
“Filtering by comment_type”
https://wordpress-hackers.1065353.n5.nabble.com/Filtering-by-comment-type-td33174.html
However this article talks about writing a plugin, and I didn’t see a resolution on the thread…I’m envisioning looking for a long-term or elegant solution, like a checkbox in the software config, or like another plugin that adds functionality, or something similar…
So to recap my questions here,
Who else has run into this, and what did you do to solve it?I don’t want any trace of collabpress activity to show up in the front end’s recent comments area… What can I do?
Regards,
Morgan
- The topic ‘How to hide collabpress activity from the front end's recent comments area?’ is closed to new replies.