芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/www/wp-content/plugins/wp-carousel-pro/src/Frontend/templates/pagination.php
found_posts; $total_items = ( (int) $limit > 0 && $posts_found > (int) $limit ) ? (int) $limit : $posts_found; $text = 'post-carousel' === $carousel_type ? __( 'posts', 'wp-carousel-pro' ) : __( 'products', 'wp-carousel-pro' ); } $per_views = ( (int) $per_views > (int) $total_items ) ? (int) $total_items : (int) $per_views; $load_more_post = (int) $total_items - (int) $per_views; $pagination_counter_message = '
' . __( 'You have viewed', 'wp-carousel-pro' ) . '
' . $per_views . '
' . __( 'of', 'wp-carousel-pro' ) . ' ' . $total_items . ' ' . $text . '
'; if ( ( 'post-carousel' === $carousel_type || 'product-carousel' === $carousel_type ) && ! empty( $total_pages ) && ( $total_pages > 1 ) ) { ?>
()
1 ) { if ( 'ajax_number' === $pagination_type ) { ?>
' . $page_number . ''; } ?>
()