ok i have one more issue
Not all works appear in the list
only 15
ok there in no ready to use plugin?
do you have a market for programs where I can post the job?
thx
how can I do it?
shpuld i in file:
content-job-listing-list-view.php
make a line:
get_simple_job_board_template(‘listing/list-view/salary.php’);
and then make salary php file with content:
<div class=”col-md-2 col-sm-4 col-xs-12″>
<?php if ($jobfeature_salary = sjb_get_the_jobfeature_salary()) {
?>
<div class=”jobfeature_salary”><i class=”fa fa-map-marker”></i><?php sjb_the_jobfeature_salary(); ?></div>
<?php } ?>
</div>