Job Board Plugin

Ticket for: Job Board Manager
0
Job Board Plugin 1
james lawton
Jan 14, 2020 04:52 PM 1 Answers
Member Since Jan 2020
Subscribed Subscribe Not subscribe
Flag(0)

Hi, is it possible to re-order the layout of the jobs page so that the job details, & company info is before the description?

2 Subscribers
Job Board Plugin 1
Job Board Plugin 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Job Board Plugin 4
PickPlugins
Jan 16, 2020
Flag(0)

Welcome to our forum.

I hope this 2 line code will help you, you need to paste this code to your theme functions.php file

remove_action('job_bm_single_job_main', 'job_bm_template_single_job_description', 20);

add_action('job_bm_single_job_main', 'job_bm_template_single_job_description', 40);

Regards

Sign in to Reply
Replying as Submit