CUSTOM JOB PAGE
-
Hello Sirs, and congrats for this plugin.
In my own site I need to customize the page where is located the ending page of each job offer.
The result seems a blog page, but I need to choose which is the layout of this page (in my case, I need to hide the left blog sidebar and to center the job description, as it was a blog full page).This could be done via CSS, but it’s not the right way.
I have been looking in the plugin code, but I still cannot find the source to customize it.this is one of the job pages:
“http://whynot.media/it/job/cercasi-social-media-manager-per-zona-milano/”
-
This can be done by overriding WP Job Manager’s template files:
https://wpjobmanager.com/document/template-overrides/
In this case, you’ll want to override templates/content-single-job_listing.php.
Thanks!
Hello,
thank you for your reply!
I’ve seen the video, and… I just seen how to add things to the default template.. but how to delete things or just add an if (there are featured listing) show sidebar, else (no-sidebar).Because if I don’t add any job to the (blog) sidebar, it display an empty one. But still display it.
Maybe it would be really kind if you help me.. in my template I have the option to get a full width blog, without any sidebar (which i prefer).
Thanks for any further help 🙂
Hello!
I changed to this result
https://whynot.media/it/job/cercasi-social-media-manager-per-zona-milano/
This is the code, but my contact form 7 doesnt work.
<?php if ( $apply = get_the_job_application_method() ) : ?> <?php if ( 'url' === $apply->type ) : ?> { $application_href = $apply->url; } <div class="job_application application"> <a href="<?php echo esc_url( $apply->url ); ?>" class="venobox" target="_blank" rel="nofollow">Apply Now</a> </div> <?php else : ?> <?php wp_enqueue_script( 'wp-job-manager-job-application' ); ?> <div class="job_application application"> <?php do_action( 'job_application_start', $apply ); ?> <input type="button" class="venobox" data-type="inline" href="#submit" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" /> <div class="application_details" id="submit" style="display: none; text-align: center;"> <?php echo do_shortcode( '[contact-form-7 id="1037" title="Assunzioni"]' ); ?> </div> <?php do_action( 'job_application_end', $apply ); ?> </div> <?php endif; ?> <?php endif; ?>Could you help me?
Sorry, but we aren’t able to help with custom code requests like this. You may want to look into one of these services instead:
Thanks!
The topic ‘CUSTOM JOB PAGE’ is closed to new replies.