The codes below is shows how to change the all product post type into “post”.

Go to your cpanel and click your phpmyadmin .

Run this SQL below.

[php]UPDATE `wp_posts` SET `post_type` = ‘post’ WHERE `post_type` = ‘product'[/php]