Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter blcvpr

    (@blcvpr)

    okkkk got it,,,!!!

    it is in wp_posts table where post_tye is job_listing and listing data is in wp_postmeta table where id = post_id of wp_posts table,,

    Yes that is correct for database calls, but you can just use internal core WordPress calls to get_post_meta to get post meta.

    Each field is stored as a meta key, WITH A PREPENDED UNDERSCORE, so if your meta key is job_location when you call get_post_meta you would use _job_location

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get Listing Data on a page’ is closed to new replies.