Supporting tables
How to set up all the right tables when syncing WordPress
Overview
There are four tables every WordPress instance has:
Pages
Posts
Categories
Tags
(If you have Custom Posts enabled, you will see more tables for each Custom Post type)
The star of your site are the Pages and Posts - everything else is there to support them.
Supporting Tables
Categories and Tags
Like the Users table, if you want to sync WordPress Categories and Tags, you'll need to set up supporting tables.

Users
The Users table lists all the users of your site. Tables like Pages and Posts all have a field called Author that can point to a user in this list.
Note: Whalesync does not support mapping the Users table at this time. You will have to manage users in the WordPress UI.
Media
The Media table contains media like images, audio, and videos that you've uploaded to your Wordpress site. Posts, Pages, and custom post types have a field called Featured Image that can point to a media item in this list.
Note: Whalesync does not support mapping the Media table at this time. Media must be uploaded and attached to posts in the WordPress UI.
Last updated
Was this helpful?