<p class="optional"><label for="job_currency"><?php _e('Job Salary Currency', APP_TD); ?></label> <input type="text" class="text" name="job_currency" id="job_currency" value="<?php echo esc_attr( $job->job_currency); ?>" placeholder="<?php _e('e.g. USD', APP_TD); ?>" /></p>
add_post_meta($post_id, 'job_currency', $posted['job_currency'], true);
$details = array( 'your_name' => $data['_Company'], 'website' => $data['_CompanyURL'], 'job_currency' => $data['job_currency'], 'job_title' => $job_details->post_title, 'job_term_type' => get_the_job_terms( $job_details->ID, APP_TAX_TYPE )->slug, 'job_term_cat' => $category, 'job_term_loc' => $loc, 'job_term_salary' => $salary, 'jr_address' => ( !empty($data['geo_address']) ? $data['geo_address'] : '' ), 'jr_geo_latitude' => ( !empty($data['_jr_geo_latitude']) ? $data['_jr_geo_latitude'] : '' ), 'jr_geo_longitude' => ( !empty($data['_jr_geo_longitude']) ? $data['_jr_geo_longitude'] : '' ), 'details' => $job_details->post_content, 'apply' => $data['_how_to_apply'], 'tags' => $tags, );
$fields = array( 'your_name' => '_Company', 'website' => '_CompanyURL', 'apply' => '_how_to_apply', 'job_currency => 'job_currency', );
<li id="topss"><b><?php _e('Salary Currency',APP_TD); ?>:</b> <?php if ($job_currency = get_post_meta($post->ID, 'job_currency', true)) echo wptexturize($job_currency); ?></li>
There are currently 1 users browsing this thread. (0 members and 1 guests)