• Resolved braehler

    (@braehler)


    Hey there

    has anyone the database structure of the Jobmanager? We have to write an Import script from our old site and need the whole structure.
    Thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Jen H. (a11n)

    (@jenhooks)

    Hi @braehler,

    Every job, resume, alert, or other special WP Job Manager feature is a Custom Post Type (CPT). They are stored inside the wp_posts table of the database.

    Cheers.

    Thread Starter braehler

    (@braehler)

    Thanks,

    but how is a single job listing for example stored. Is there only one line per Table or how is this going to happen?

    Plugin Contributor Jen H. (a11n)

    (@jenhooks)

    Hi @braehler,

    The core data for each listing, resume, alert, or other WP Job Manager feature is stored as a single row in the wp_posts table. Each piece of meta (e.g. Company Name) is stored as its own row in wp_postmeta.

    Terms/taxonomies are more complicated — if you really want to dig in, this page might be helpful:

    https://codex.www.ads-software.com/Database_Description

    It may not explicitly mention custom post types, but they’re just posts, with the post_type set to something other than post.

    Cheers.

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Job Manager Database Structure’ is closed to new replies.