%PDF- %PDF-
| Direktori : /home/c/a/s/casasmonvl/ges4t.old/wp-content/plugins/team/templates/ |
| Current File : /home/c/a/s/casasmonvl/ges4t.old/wp-content/plugins/team/templates/team-grid-paginate.php |
<?php
/*
* @Author ParaTheme
* @Folder Team/Templates
* @version 3.0.5
* Copyright: 2015 ParaTheme
*/
if ( ! defined('ABSPATH')) exit; // if direct access
if($team_pagination_display == 'yes')
{
$html .= '<div class="paginate">';
$big = 999999999; // need an unlikely integer
$html .= paginate_links( array(
'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'format' => '?paged=%#%',
'current' => max( 1, $paged ),
'total' => $wp_query->max_num_pages
) );
$html .= '</div >';
}