|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/logmcpe/www/TEST/www/wp-content/plugins/wp/../../themes/cleanmate/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
get_header();
global $post;
$post = get_post(get_option("woocommerce_shop_page_id"));
setup_postdata($post);
if(has_post_thumbnail())
{
?>
<div class="vc_row wpb_row vc_row-fluid gray full-width page-header vertical-align-table">
<div class="vc_row wpb_row vc_inner vc_row-fluid">
<div class="page-header-left">
<h1><?php the_title(); ?></h1>
</div>
<div class="page-header-right">
<div class="bread-crumb-container">
<ul class="bread-crumb">
<li>
<a href="<?php echo esc_url(get_home_url()); ?>" title="<?php esc_attr_e('Home', 'cleanmate'); ?>">
<?php _e('Home', 'cleanmate'); ?>
</a>
</li>
<?php
$parent_id = wp_get_post_parent_id(get_the_ID());
if($parent_id)
{
$parent = get_post($parent_id);
?>
<li class="separator">
/
</li>
<li>
<a href="<?php echo esc_url(get_permalink($parent)); ?>" title="<?php echo esc_attr($parent->post_title); ?>">
<?php echo $parent->post_title; ?>
</a>
</li>
<?php
}
?>
<li class="separator">
/
</li>
<li>
<?php the_title(); ?>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<?php
}
?>
<div class="theme-page padding-bottom-100">
<?php
if(!has_post_thumbnail())
{
?>
<div class="vc_row wpb_row vc_row-fluid gray full-width page-header vertical-align-table">
<div class="vc_row wpb_row vc_inner vc_row-fluid">
<div class="page-header-left">
<h1><?php the_title(); ?></h1>
</div>
<div class="page-header-right">
<div class="bread-crumb-container">
<ul class="bread-crumb">
<li>
<a href="<?php echo esc_url(get_home_url()); ?>" title="<?php esc_attr_e('Home', 'cleanmate'); ?>">
<?php _e('Home', 'cleanmate'); ?>
</a>
</li>
<?php
$parent_id = wp_get_post_parent_id(get_the_ID());
if($parent_id)
{
$parent = get_post($parent_id);
?>
<li class="separator">
/
</li>
<li>
<a href="<?php echo esc_url(get_permalink($parent)); ?>" title="<?php echo esc_attr($parent->post_title); ?>">
<?php echo $parent->post_title; ?>
</a>
</li>
<?php
}
?>
<li class="separator">
/
</li>
<li>
<?php the_title(); ?>
</li>
</ul>
</div>
</div>
</div>
</div>
<?php
}
else
{
?>
<div class="row full-width header-background" style="background-image: url('<?php echo esc_url(get_the_post_thumbnail_url()); ?>')"></div>
<?php
}
?>
<div class="clearfix">
<div class="vc_row wpb_row vc_row-fluid page-margin-top-section">
<?php
if(is_active_sidebar('sidebar-shop'))
{
$sidebar = get_page_by_title("Sidebar Shop", OBJECT, "cm_sidebars");
}
?>
<div class="vc_col-sm-<?php echo (is_active_sidebar('sidebar-shop') && isset($sidebar) && !(int)get_post_meta($sidebar->ID, "hidden", true) ? '9' : '12'); ?> wpb_column vc_column_container">
<div class="wpb_wrapper">
<?php
if(have_posts()):
woocommerce_content();
else:
_e("No products found", 'cleanmate');
endif;
?>
</div>
</div>
<?php
if(is_active_sidebar('sidebar-shop'))
{
if(isset($sidebar) && !(int)get_post_meta($sidebar->ID, "hidden", true))
{
?>
<div class="vc_col-sm-3 wpb_column vc_column_container<?php echo ((int)get_post_meta($sidebar->ID, "hide_on_mobiles", true) ? ' hide-on-mobiles' : ''); ?>">
<div class="wpb_wrapper">
<div class="wpb_widgetised_column wpb_content_element clearfix">
<div class="wpb_wrapper">
<?php dynamic_sidebar('sidebar-shop'); ?>
</div>
</div>
</div>
</div>
<?php
}
}
?>
</div>
</div>
</div>
<?php
global $post;
$post = get_post(get_option("woocommerce_shop_page_id"));
setup_postdata($post);
get_footer();
?>