• Resolved tonyuk123

    (@tonyuk123)


    Hi, i’m currently adding lots of lacations to my database from the WP plugin front end.
    I was wondering how and where the structure is in the SQL database so i might merge a location file directly to it, therefore much quicker.
    Can you give me an idea where i am looking and how it’s structured please?

Viewing 1 replies (of 1 total)
  • Plugin Author pluginsware

    (@pluginsware)

    “Advanced Classifieds and Directory Pro” strictly follows all the WordPress standards. The plugin uses Custom Post Types and Custom Taxonomies to manage it’s data.

    Listings = acadp_listings (CPT)
    Fields = acadp_fields (CPT) linked to categories and loaded as custom fields in the listings form.

    Categories = acadp_categories (Taxonomy)
    Locations = acadp_locations (Taxonomy)

    and the SETTINGS API

    • This reply was modified 7 years, 8 months ago by pluginsware.
Viewing 1 replies (of 1 total)
  • The topic ‘Database structure for Lacation’ is closed to new replies.