WordPress – comments_template().
I am currently trying to work with an outdated wordpress addon and I wish to add the functionality to allow commenting on certain pages.
However each page url looks like:
/match/?match=1
/match/?match=2
/match/?match=3
So when I post comments on a page they are displayed okay, however 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.
Sounds like you are using some sort of plugin to handle your comments. If thats the case, your going to have a hard time getting help. I suggest using the native WordPress comments management.
If i’m wrong, you’ll need to re-explain your question because you need to explain what the ‘match’ get variable is and what it mean, and you need to explain more clearly whatever is your saying about comments showing up on ‘the 3 pages listed above’. You did not list pages.