| 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
/**
* The template for displaying all pages.
*
* 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 WorkScout
*/
$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); ?>
<div id="titlebar" class="single">
<div class="container">
<div class="sixteen columns">
<h1>
<?php
if(is_shop()){
the_archive_title();
} else {
the_title();
}?>
</h1>
<?php if(function_exists('bcn_display')) { ?>
<nav id="breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">
<ul>
<?php bcn_display_list(); ?>
</ul>
</nav>
<?php } ?>
</div>
</div>
</div>
<?php
$layout = Kirki::get_option( 'workscout', 'pp_shop_layout' );
$class = ($layout !="full-width") ? "eleven columns" : "sixteen columns" ;
?>
<div class="container <?php echo esc_attr($layout); ?>">
<article id="post-<?php the_ID(); ?>" <?php post_class($class); ?>>
<?php woocommerce_content(); ?>
</article>
<?php if($layout !="full-width") { get_sidebar('shop'); } ?>
</div>
<?php get_footer(); ?>