add search filters
This commit is contained in:
8
blocks/search-paginator.php
Normal file
8
blocks/search-paginator.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php if ( $wp_query->max_num_pages > 1 ) : ?><div class="pagination-wrapper"><?php the_posts_pagination( array(
|
||||
'prev_text' => __( '< '.vij_lang('prev', LANG_VERSION), 'quidus' ),
|
||||
'next_text' => __( vij_lang('next', LANG_VERSION).' >', 'quidus' ),
|
||||
'end_size' => 2,
|
||||
'mid_size' => 3,
|
||||
'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'quidus' ) . ' </span>',
|
||||
) );
|
||||
?></div><?php endif;?>
|
||||
Reference in New Issue
Block a user