add search
This commit is contained in:
7
blocks/paginator.php
Normal file
7
blocks/paginator.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php if ( $wp_query->max_num_pages > 1 ) : ?><div class="pagination-wrapper"><?php the_posts_pagination( array(
|
||||
'prev_text' => __( '< Обратно', 'quidus' ),
|
||||
'next_text' => __( 'Далее >', 'quidus' ),
|
||||
'end_size' => 2,
|
||||
'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'quidus' ) . ' </span>',
|
||||
) );
|
||||
?></div><?php endif;?>
|
||||
Reference in New Issue
Block a user