Skip to content

Commit

Permalink
Change prev and next pagination text in blog feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Endoman123 committed Oct 2, 2018
1 parent cee6e92 commit bdc89a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
echo paginate_links( array(
'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'format' => '?paged=%#%',
'prev_text' => __('« Prev'),
'next_text' => __('Next »'),
'prev_text' => __('«'),
'next_text' => __('»'),
'current' => max( 1, get_query_var('paged') ),
'total' => $wp_query->max_num_pages
) );
Expand Down

0 comments on commit bdc89a9

Please sign in to comment.