Comments grouped by custom ID
-
Is there a way to group comments by post_id and another unique ID?
In detail, I created a page_id (let’s just say, page_id x) that uses a unique template. I also pass in another id along with this page_id (unique_id), which dynamically pulls and displays content.
In order, to turn comments on for the particular page, I had to update comments_status to open directly in MySQL because this option doesn’t seem to be available in the wordpress admin.
But now, I would like to be able to have a unique comment trail for each page_id = x and unique_id. For example, unique comments for:
* page_id = x, unique_id = a
* page_id = x, unique_id = b
* page_id = x, unique_id = c
…etcIs it possible to customize wordpress comments in this fashion without having to hack the wordpress core?
- The topic ‘Comments grouped by custom ID’ is closed to new replies.