• 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
    …etc

    Is it possible to customize wordpress comments in this fashion without having to hack the wordpress core?

Viewing 1 replies (of 1 total)
  • Hey nrodrigo, did you find out an answer on this?

    Basically I want the same, say I have a page such as:
    wordpress/mypage which is reached with a ‘GET’ such as:

    wordpress/mypage?var=5
    wordpress/mypage?var=12
    wordpress/mypage?var=16

    Depending on ‘var’, I want to be able to store and retrieve the relevant comments

    Many thanks,
    d.

Viewing 1 replies (of 1 total)
  • The topic ‘Comments grouped by custom ID’ is closed to new replies.