Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor annezazu

    (@annezazu)

    Hey there,

    This information is stored as a custom post type in the wp_post table:

    https://github.com/Automattic/WP-Job-Manager/blob/6c55c3cac1086a72bba0fc6152d04b816c0f84de/includes/class-wp-job-manager-post-types.php

    In terms of retrieving the record, can you clarify? These should show up in the dashboard of your site ??

    Best,

    Anne

    Thread Starter smtoh

    (@smtoh)

    There are records in wp_post table but is not the data as expected. I would like to know those jobs that had been submitted.Where is the data posted to?

    Eg. job listing
    Job 1
    Job2

    I had the exact same question, funny timing.
    The site I’m working on uses custom fields, and some of the listing data appears in the table wp_postmeta
    hope that helps
    this would definitely be easier to manage if it were in a standalone database altogether, but I guess that’s out of the scope of “normal” wp users…

    Plugin Contributor Dan (a11n)

    (@drawmyface)

    You can see the jobs in your wp-admin at Job Listings > All Jobs.

    If you need to see them in the database, they are in the wp_posts table as Anne said.

    How exactly are they not as you expected?

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