get_title();
$this->get_image();
?>
get_description(); ?>
get_field(
esc_html__( 'Salary', 'rank-math' ),
'baseSalary.value.value'
);
?>
get_field(
esc_html__( 'Salary Currency', 'rank-math' ),
'baseSalary.currency'
);
?>
get_field(
esc_html__( 'Payroll', 'rank-math' ),
'baseSalary.value.unitText'
);
?>
get_field(
esc_html__( 'Date Posted', 'rank-math' ),
'datePosted'
);
?>
get_field(
esc_html__( 'Expiry Posted', 'rank-math' ),
'validThrough'
);
?>
get_field(
esc_html__( 'Unpublish when expired', 'rank-math' ),
'unpublish'
);
?>
get_field(
esc_html__( 'Employment Type ', 'rank-math' ),
'employmentType'
);
?>
get_field(
esc_html__( 'Hiring Organization ', 'rank-math' ),
'hiringOrganization.name'
);
?>
get_field(
esc_html__( 'Organization URL', 'rank-math' ),
'hiringOrganization.sameAs'
);
?>
get_field(
esc_html__( 'Organization Logo', 'rank-math' ),
'hiringOrganization.logo'
);
?>
get_field(
esc_html__( 'Location', 'rank-math' ),
'jobLocation.address'
);
?>