| Server IP : 77.68.64.20 / Your IP : 216.73.216.30 Web Server : Apache System : Linux hp3-wp-1011484.hostingp3.local 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64 User : csh2668037 ( 2112352) PHP Version : 7.4.33 Disable Function : shell_exec,exec,system,popen,set_time_limit MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/domains/vol3/223/3261223/user/htdocs/wp-content/themes/workscout/ |
Upload File : |
<?php
/**
* Template Name: Jobs With Map - Split Page
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package Listeo
*/
$header_old = Kirki::get_option('workscout','pp_old_header');
$header_type = (Kirki::get_option('workscout','pp_old_header') == true) ? 'old' : '' ;
$header_type = apply_filters('workscout_header_type',$header_type);
get_header($header_type);
wp_dequeue_script('wp-job-manager-ajax-filters' );
wp_enqueue_script( 'workscout-wp-job-manager-ajax-filters' );
?>
<!-- Page Content
================================================== -->
<div class="full-page-container with-map">
<!-- Full Page Content -->
<div class="full-page-content-container" data-simplebar>
<div class="full-page-content-inner">
<?php get_template_part('template-parts/jobs-split-filters'); ?>
<div class="listings-container">
<?php
while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
</div>
<?php get_template_part('template-parts/split-footer'); ?>
</div>
</div>
<!-- Full Page Content / End -->
<!-- Full Page Map -->
<div class="full-page-map-container">
<?php $all_map = Kirki::get_option( 'workscout', 'pp_enable_all_jobs_map', 0 );
if($all_map){
echo do_shortcode('[workscout-map type="job_listing" class="jobs_page"]');
} else { ?>
<div id="search_map" data-map-scroll="true" class="jobs_map"></div>
<?php } ?>
</div>
<!-- Full Page Map / End -->
</div>
</div>
<?php
get_footer('empty'); ?>