Where stores its data, specifically the database tables

Hi,
I would like to know where Rentalhive stores its data, specifically the database tables.

Hi,

We store all data in WordPress database schema, please check this article: WordPress Database: What It Is and How to Access It

​I hope this is helpful to you.

WAW, It’s not solved yet. I still need to find, for instance, the table that contains categories and/or their attributes.

Hi,

There are no HivePress-specific database tables, everything is based on the WordPress database schema WordPress Database: What It Is and How to Access It For example, listings are stored in wp_posts table (“hp_listing” post type), text-like attributes (like Number or Text) are stored as meta fields in wp_postmeta table (with “hp_attributenamehere” keys), selectable attributes (like Select, Radio Buttons, Checkboxes) and categories are stored in wp_terms table, via a custom taxonomy (e.g. listing category is “hp_listing_category” taxonomy, for attributes it’s “hp_listing_attributenamehere”).

Hope this helps.

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