• I am currently trying to work with an outdated addon and I wish to add the functionality to allow commenting on certain pages.

    However each page looks like:

    /match/?match=1
    /match/?match=2
    /match/?match=3

    So when I use <?php comments_template(); ?> the box to allow comments is displayed but when a comment is made it appears in the 3 pages listed above rather just the one page the comment was made on.

    So my question is how do I make it so comments_template() sees match=1,2,3, etc as individual pages rather than the same page with just different get statements.

  • The topic ‘Displaying comments on pages distinguished by GET IDs’ is closed to new replies.