Menü schliessen
Created: April 23rd 2021
Last updated: May 19th 2021
Categories: Databases,  Wordpress
Author: Tim Fürer

WordPress: Change Post Type via Database, Quick and Easy

Tags:  database,  guide,  wordpress

In this three step guide, I'll show you how to quickly change a WordPress Post's Post Type without any plugins.

  1. Go into your Database.
  2. Head into the 'wp_posts' table.
  3. Simply change the Post's value of the 'post_type' column to whichever Post Type you want it to be set to.

Screenshot taken from PhpMyAdmin showing a single Post in the 'wp_posts' table:

PhpMyAdmin screenshot showing WordPress Post