Almost everything in WordPress is saved in the the ‘posts’ table and the ‘post_type’ field determines the type of information. The most used post types are:
- page for normal pages
- post for blog posts
- project for portfolio projects (with Divi)
- attachment for media details
- revision for revision details after a change
Use phpmyadmin to the change the post type in the post_type column.