Title: database
Last modified: September 1, 2016

---

# database

 *  Resolved [smtoh](https://wordpress.org/support/users/smtoh/)
 * (@smtoh)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/database-60/)
 * Manage to install WP job manager and also manage to create some dummy job records.
   
   1.Where does the dummy job record store? 2.How do I retrieve dummy record either
   than using through wordpress dashboard?
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [annezazu](https://wordpress.org/support/users/annezazu/)
 * (@annezazu)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/database-60/#post-7604490)
 * 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](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](https://wordpress.org/support/users/smtoh/)
 * (@smtoh)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/database-60/#post-7604537)
 * 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
 *  [vladdy](https://wordpress.org/support/users/vladdy/)
 * (@vladdy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/database-60/#post-7604543)
 * 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)](https://wordpress.org/support/users/drawmyface/)
 * (@drawmyface)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/database-60/#post-7604551)
 * 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.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/database-60/#post-7604551)
 * Status: resolved