. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 94.23.64.18 / Your IP :
216.73.216.185 [
Web Server : Apache System : Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : villadal ( 6036) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/villadal/www/old/wp-content/themes/sohohotel/ |
Upload File : |
<?php global $the_query; ?>
<?php if ( $the_query ) { ?>
<?php if ( $the_query->max_num_pages > 1 ) : ?>
<div class="clearboth"></div>
<?php if(is_plugin_active('wp-pagenavi/wp-pagenavi.php')) {
echo '<div class="page-pagination pagination-margin clearfix">';
wp_pagenavi( array( 'query' => $the_query ) );
echo '</div>';
echo '<div class="clearboth"></div>';
} else { ?>
<div class="page-pagination pagination-margin clearfix">
<p class="clearfix">
<span class="fl prev-pagination"><?php next_posts_link( esc_html__( '← Older posts', 'sohohotel' ), $the_query->max_num_pages ); ?></span>
<span class="fr next-pagination"><?php previous_posts_link( esc_html__( 'Newer posts →', 'sohohotel' ), $the_query->max_num_pages ); ?></span>
</p>
</div>
<?php } ?>
<?php endif; ?>
<?php } else {
if ( $wp_query->max_num_pages > 1 ) : ?>
<div class="clearboth"></div>
<?php if(is_plugin_active('wp-pagenavi/wp-pagenavi.php')) {
echo '<div class="page-pagination pagination-margin clearfix">';
wp_pagenavi();
echo '</div>';
echo '<div class="clearboth"></div>';
} else { ?>
<div class="page-pagination pagination-margin clearfix">
<p class="clearfix">
<span class="fl prev-pagination"><?php next_posts_link( esc_html__( '← Older posts', 'sohohotel' ) ); ?></span>
<span class="fr next-pagination"><?php previous_posts_link( esc_html__( 'Newer posts →', 'sohohotel' ) ); ?></span>
</p>
</div>
<?php } ?>
<?php endif; ?>
<?php } ?>