|
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();
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">
<?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<?php echo (function_exists("has_blocks") && has_blocks() ? ' has-gutenberg-blocks' : '');?>">
<?php
if(have_posts()) : while (have_posts()) : the_post();
if(!function_exists("vc_map") && !has_blocks())
{
echo '<div class="vc_row wpb_row vc_row-fluid page-margin-top padding-bottom-100 single-page">';
}
the_content();
cm_get_theme_file("/comments-form.php");
if(comments_open())
{
?>
<div class="comments-list-container clearfix page-margin-top">
<?php
}
comments_template();
if(comments_open())
{
?>
</div>
<?php
}
if(!function_exists("vc_map") && !has_blocks())
{
echo '</div>';
}
endwhile; endif;
?>
</div>
</div>
<?php
get_footer();
?>