Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Adam Heckler

    (@adamkheckler)

    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!

    Thread Starter Dennys Dionigi

    (@dennysdionigi)

    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 🙂

    Thread Starter Dennys Dionigi

    (@dennysdionigi)

    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?

    Plugin Contributor Adam Heckler

    (@adamkheckler)

    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:

    http://jobs.wordpress.net/

    http://studio.envato.com/

    https://codeable.io/

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CUSTOM JOB PAGE’ is closed to new replies.