<?php /** * Template for displaying pagination of course within the loop. * * This template can be overridden by copying it to yourtheme/learnpress/loop/course/pagination.php. * * @author ThimPress * @package Learnpress/Templates * @version 3.0.0 */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit(); global $wp_query; if ( $wp_query->max_num_pages <= 1 ) { return; } ?> <nav class="learn-press-pagination navigation pagination"> <?php echo paginate_links( apply_filters( 'learn_press_pagination_args', array( 'base' => esc_url_raw( str_replace( 999999999, '%#%', get_pagenum_link( 999999999, false ) ) ), 'format' => '', 'add_args' => '', 'current' => max( 1, get_query_var( 'paged' ) ), 'total' => $wp_query->max_num_pages, 'prev_text' => max( 1, get_query_var( 'paged' ) )-1, 'next_text' => max( 1, get_query_var( 'paged' ) )+1, 'type' => 'list', 'end_size' => 3, 'mid_size' => 3 ) ) ); ?> </nav>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
author.php | File | 1.08 KB | 0644 |
|
instructor.php | File | 1.09 KB | 0644 |
|
loop-begin.php | File | 351 B | 0644 |
|
loop-end.php | File | 347 B | 0644 |
|
pagination.php | File | 1.07 KB | 0644 |
|
price.php | File | 1.11 KB | 0644 |
|
students.php | File | 767 B | 0644 |
|
thumbnail.php | File | 838 B | 0644 |
|