How to do a redirect to the desired page after the user leaves a comment on a post in Wordpress?
After commenting WordPress automatically redirects to the post that was left review. How can I change this redirect to a specific page?
Found the solution:
when adding a new comment, on a separate page, you will have to flip to the page with the post. But this problem is solvable, you need to add one line before the closing tag in the template comments:
//here redirect the standard
The article was written in 2009 and the closing tag in the template of the review now is not (at least explicitly).
1 answer
Find more questions by tags WordPress