How do I modify the comment url behavior without modifying wp-comments-post.php?
-
I want to change the redirect behavior when I post a comment. I want it to be redirected to the original url without the additional comment information tacked on to the url.
For example.
The current url before comment submission is
https://theviolent.net/grunge/page-1
The current behavior adds misc. info to the end as seen below
https://theviolent.net/grunge/page-1/comment-page-1/#comment-29
My desired behavior is to have the starting and ending url to be the same without the misc info added. I’d like to do this without having to modify the core wordpress files.Thanks for the help!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I modify the comment url behavior without modifying wp-comments-post.php?’ is closed to new replies.