Page url => http://localhost/my.c-metric.com/birth-day/?uid=16&type=Birthday
In my WordPress page, when I try to comment, all comments appear under the same user ID or type. I want to achieve individual comments based on user ID and type.
So, after you leave a comment, the page URL transforms like this:
Page url => http://localhost/my.c-metric.com/birth-day/#comment-29
I want the page URL to change like this.
Page url => http://localhost/my.c-metric.com/birth-day/?uid=16&type=Birthday/#comment-29
In my WordPress page, when I try to comment, all comments appear under the same user ID or type. I want to achieve individual comments based on user ID and type.