Adding entries manually to SQL database

I followed this tutorial and that worked nicely:

Now I want to manually add vendors to the SQL database in order to safe time - I have to add 62 entries - and I see the vendors as users in the wordpress database, but they don´t show up as vendors. I have two vendors added manually and need to add more, and I see the two vendors on the platform; however, I cannot find any corresponding table in the database. So basically, I need to know I need to know which database table are the vendors for the theme stored, can anyone help with that?

Hi,

You can do this with the WP All import plugin, which is the easiest option but requires additional customization.
If you have 62 vendors, it may be worth adding everything manually by copying everything (one by one) because mapping fields for import may take longer.

Vendors are the users in the wp_users database table and with linked vendor profiles in wp_posts.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.