Mahdi Mohebi

move all post comments to another in wordpress

simply run this query in your phpmyadmin

				
					UPDATE wp_comments SET comment_post_ID=target-post-id WHERE comment_post_ID=old-post-id;
				
			
© 2019 All rights reserved.