add apply button to each job post
-
Hi, I want to add to each job listing apply button. I added this code to content-single-job_listing.php but dont work :
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<?php do_action( 'single_job_listing_end' ); ?> <div class="job_application application"> <?php do_action( 'job_application_start', $apply ); ?> <input class="application_button" type="button" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" /> <div class="application_details"> <?php /** * job_manager_application_details_email or job_manager_application_details_url hook */ do_action( 'job_manager_application_details_' . $apply->type, $apply ); ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘add apply button to each job post’ is closed to new replies.