Can you give more details? Sorting what, where, by what?
Thread Starter
UserDG
(@tenkepadu)
I want to sort the jobs.
Pls see this http://66.147.244.92/~homecre1/betasite/careers/vacancies/
You can see, the first job that displaying in the first line is Facilities Specialist, and there’s a District Sales Manager at the bottom. Now, I want to display always the District Sales Manager in the first line.
Btw, how to disable the “anywhere”?
Have you tried using the “featured” job listing to make jobs sticky?
https://www.dropbox.com/s/scg3mote1lren3x/Screenshot%202014-10-27%2008.25.23.png?dl=0
That should do the trick for your district sales manager listing.
Regarding the “Disable the anywhere” question:
Take a look at:
https://wpjobmanager.com/document/template-overrides/
You could edit this in your content-job_listing.php template file.
Removing the following:
<div class="location">
<?php the_job_location( false ); ?>
</div>
Hope this helps!
Kind Regards,
Scott
Thread Starter
UserDG
(@tenkepadu)
Thanks Scott, it’s working!