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
Donation Section: Background
Monero Badge: QR-Code
Monero Badge: Logo Icon Donate with Monero Badge: Logo Text
82uymVXLkvVbB4c4JpTd1tYm1yj1cKPKR2wqmw3XF8YXKTmY7JrTriP4pVwp2EJYBnCFdXhLq4zfFA6ic7VAWCFX5wfQbCC

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