| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/thevoux-wp/inc/templates/header/ |
Upload File : |
<?php
$id = get_queried_object_id();
$header_boxed = ot_get_option('header_boxed', 'off');
?>
<!-- Start Archive title -->
<?php if ($header_boxed === 'on') { ?>
<div class="row">
<div class="small-12 columns">
<?php } ?>
<div id="archive-title">
<div class="row">
<div class="small-12 medium-10 large-8 medium-centered columns">
<h1><?php
if( thb_wc_supported() ) {
if( thb_is_woocommerce() ) {
if (is_account_page() || is_cart() || is_checkout()) {
echo get_the_title();
} else {
woocommerce_page_title();
}
} else if (is_archive()) {
echo get_the_archive_title();
} else if (is_search()) {
echo __('Search Results for: ', 'thevoux');
the_search_query();
} else {
echo get_the_title($id);
}
} else if (is_archive()) {
echo get_the_archive_title();
} else if (is_search()) {
echo __('Search Results for: ', 'thevoux');
the_search_query();
} else {
echo get_the_title();
}
?></h1>
<?php if ($desc = tag_description()) { echo $desc; }?>
</div>
</div>
</div>
<?php if ($header_boxed === 'on') { ?>
</div>
</div>
<?php } ?>
<!-- End Archive title -->