add new icons

This commit is contained in:
arlemp@selectel.ru
2022-02-09 00:22:15 +03:00
parent 00c96d16eb
commit c8f2b0222e
15 changed files with 168 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<?php if ( $wp_query->max_num_pages > 1 ) : ?><div class="pagination-wrapper"><?php the_posts_pagination( array(
'prev_text' => __( '<&nbsp;&nbsp;Обратно', 'quidus' ),
'next_text' => __( 'Далее&nbsp;&nbsp;>', 'quidus' ),
'prev_text' => __( '<&nbsp;&nbsp;'.vij_lang('prev', LANG_VERSION), 'quidus' ),
'next_text' => __( vij_lang('next', LANG_VERSION).'&nbsp;&nbsp;>', 'quidus' ),
'end_size' => 2,
'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'quidus' ) . ' </span>',
) );