Thanks for your post,
Yes, single job page using single.php(default blog post) template from your current theme, if you want to customize it, please do copy single.php to single-job.php and apply your style on this (like you set full width for job single page, remove blog sidebar)
# Yes, search by category is in pro add-ons.
Please send me your job page so i can check and tell me what you want to customize on single job page, so i can recommend something.
Regards
Thread Starter
jmira
(@jmira)
Thanks for the answer. My problem is that I am using the blog page for another subject and the title in the header has nothing to do with “single job”. I have to use another page to display a different title in the header.
http://parfamilias.refugiados.pt/job/vendedora-o/
Thanks.
JM
Looked at your content class, if you can make this 100% width it will fit.
View post on imgur.com
You can use the following CSS
.single-job #content {
width: 100% !important;
}
Regards
Thread Starter
jmira
(@jmira)
I’m sorry but maybe I didn’t make me understand. My problem is the blog header have a title that’s nothing have to do with “job post”. And since the “single job” page uses the same template of the “blog page”, the title appears in the header doesn’t make sense with the single job post.
thanks,
JM
You need to customize theme single-job.php file, remove unnecessary elements.
Regards
Thread Starter
jmira
(@jmira)
Hi,
I only find the job-single.php (not the single-job.php – there is a folder with this name? where is?) and I can not figure out which information I have to remove here:
<?php
/*
* @author PickPlugins
* Copyright: 2015 PickPlugins.com
*/
if ( ! defined(‘ABSPATH’)) exit; // if direct access
$job_id = get_the_ID();
do_action(‘job_bm_action_before_single_job’);
?>
<div itemscope itemtype=”http://schema.org/JobPosting” id=”job-<?php $job_id; ?>” <?php post_class(‘job-single entry-content’); ?>>
<?php do_action(‘job_bm_action_single_job_main’); ?>
<div class=”clear”></div>
</div>
<?php
do_action(‘job_bm_action_after_single_job’);
thanks
Hi, i am not talking about our plugin file (single-job.php)
Please follow.
# in your theme currently using, there is single.php file you should make a copy of tha file and rename to single-job.php
Then customize the single-job.php file as you need, like you can remove unnecessary elements.
hope you understand.
Regards
Thread Starter
jmira
(@jmira)
Ok. Thanks for your time and help.