| 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/novablog/ |
Upload File : |
<?php
get_header();
?>
<div class="content-holder clearfix">
<div class="container">
<div class="row">
<div class="col-md-12" id="title-header">
<section class="title-section">
<div class="category-box"><h1><span><?php echo theme_locals("gallery_categorie"); ?> </span> <?php echo single_cat_title( '', false ); ?></h1></div>
</section>
</div>
</div>
</div>
</div>
<div class="content-holder clearfix">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<?php
if ( novablog_getVariable('gallery_cat_filter') != 'no') {
?>
<div class="category-filter">
<ul>
<?php
$args = array(
'show_option_all' => '',
'orderby' => 'term_group',
'order' => 'ASC',
'style' => 'list',
'show_count' => 0,
'hide_empty' => 1,
'use_desc_for_title' => 0,
'child_of' => 0,
'feed' => '',
'feed_type' => '',
'feed_image' => '',
'exclude' => '',
'exclude_tree' => '',
'include' => '',
'hierarchical' => 0,
'title_li' => '',
'show_option_none' => '',
'number' => null,
'echo' => 1,
'depth' => 2,
'pad_counts' => 0,
'taxonomy' => 'gallery_categories',
'walker' => null
);
wp_list_categories($args);
?>
</ul>
</div>
<?php } ?>
<?php get_template_part("loop/loop-gallery-category"); ?>
</div>
</div>
</div>
</div>
<footer class="footer">
<?php get_template_part('wrapper/wrapper-footer'); ?>
</footer>
<?php get_footer(); ?>