Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Job Search

$meta_query = array(
	array(
		'key'     => 'jobsearch_field_job_publish_date',
		'value'   => '1680520594',
		'compare' => '<=',
	),
	array(
		'key'     => 'jobsearch_field_job_expiry_date',
		'value'   => '1680520594',
		'compare' => '>=',
	),
	array(
		'key'     => 'jobsearch_field_job_status',
		'value'   => 'approved',
	),
);