Displaying fields
get_jobpost('field')
Parameters
get_jobpost( $field, $job_post_id );Examples
Get a value from the current post
$title = get_jobpost( 'title' );Get a value from a specific post
Check if value exists
the_jobpost()
Parameters
Examples
Display a value from the current post
Display a value from a specific post
Check if value exists
Last updated