xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Base: /home/ayyokffr/monsterbeatsbydrepaschere.com
Current: /home/ayyokffr/monsterbeatsbydrepaschere.com/wp-content/themes/magazinex-lite/partials/general
Name
Type
Size
Action
..
dir
-
pagination.php
file
730
edit
Quick Jump (auto-detected)
/home/ayyokffr/monsterbeatsbydrepaschere.com
Reset Base
Overwrite
Upload
Editing: wp-content/themes/magazinex-lite/partials/general/pagination.php
<?php /** * Outputs pagination */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } if ( class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'infinite-scroll' ) ) { // Silence is golden. } else { // Pagination. the_posts_pagination( array( 'show_all' => False, 'end_size' => 1, 'mid_size' => 5, 'prev_next' => True, 'prev_text' => esc_html__( 'Previous', 'magazinex-lite' ), 'next_text' => esc_html__( 'Next', 'magazinex-lite' ), 'add_args' => False, 'add_fragment' => '', 'screen_reader_text' => esc_html__( 'Posts navigation', 'magazinex-lite' ), 'type' => 'list', ) ); } // Jetpack
Save