Thanks for your post,
Sidebar in single job page is automatically added, you will need to fill job info to display sidebar correctly .
DO you have any live link so i can check.
Regards
Thread Starter
collex
(@collex)
Yes
http://pandaplus.biz/vakansii/
Thread Starter
collex
(@collex)
I can’t insert link here, does not insert. forbidden
Thread Starter
collex
(@collex)
pandaplus(dot)biz / vakansii / (remove spaces)
Hi,
I have checked your link,
I can see you haven’t configure single-job.php in your themes files, please follow instruction
Job Single page
If you want to display job on single page like default post, you need to copy your theme single.php and rename to single-job.php
you need to replace content section by following short-code
<?php echo do_shortcode('[job_single job_id="'.get_the_ID().'"]'); ?>
your current job page come from another/theme template , you need to replace by our short-code
Regards