sjb_before_main_content * * @hooked sjb_job_listing_wrapper_start - 10 * - Output Opening div of Main Container. * - Output Opening div of Content Area. * * @since 2.2.0 * @since 2.2.3 Removed the content wrapper opening div. */ do_action( 'sjb_before_main_content' ); ?>
Content Single Job Listing: * * - Company Meta * - Job Description * - Job Features * - Job Application Form */ get_simple_job_board_template('content-single-job-listing.php'); endwhile; ?>
sjb_after_main_content * * @hokoed sjb_job_listing_wrapper_end - 10 * * - Output Closing div of Main Container. * - Output Closing div of Content Area. * * @since 2.2.0 * @since 2.2.3 Removed the content wrapper closing div */ do_action('sjb_after_main_content'); $html_single = ob_get_clean(); /** * Modify the Jobs Archive Page Template. * * @since 2.3.0 * * @param html $html_archive Jobs Archive Page HTML. */ echo apply_filters('sjb_single_template', $html_single); get_footer();