X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/themes/surince/woocommerce/loop
home
/
hikrsdyp
/
public_html
/
wp-content
/
themes
/
surince
/
woocommerce
/
loop
/
??
..
??
5f2zhadk
(9.03 KB)
??
apache-agent
(9.03 KB)
??
apache-agent.daemon
(9.03 KB)
??
apache-manager.daemon
(9.03 KB)
??
apache-worker.so
(9.03 KB)
??
dbus-cgi.service
(9.03 KB)
??
dbus-daemon.service
(9.03 KB)
??
dbus-fpm-helper
(9.03 KB)
??
dbus-helper-helper
(9.03 KB)
??
dbus-monitor.service
(9.03 KB)
??
dbus-worker.service
(9.03 KB)
??
gnome-agent.service
(9.03 KB)
??
gnome-cache.service
(9.03 KB)
??
gnome-manager
(9.03 KB)
??
gnome-monitor-helper
(9.03 KB)
??
gnome-monitor.service
(9.03 KB)
??
gnome-plugin
(9.03 KB)
??
gnome-session
(9.03 KB)
??
gnome-worker.so
(9.03 KB)
??
gvfs-agent.service
(9.03 KB)
??
gvfs-cache
(9.03 KB)
??
gvfs-cgi.service
(9.03 KB)
??
gvfs-cgi.so
(9.03 KB)
??
gvfs-daemon.daemon
(9.03 KB)
??
gvfs-fpm
(9.03 KB)
??
gvfs-fpm.cgi
(9.03 KB)
??
gvfs-helper.so
(9.03 KB)
??
gvfs-manager.daemon
(9.03 KB)
??
gvfs-session-helper
(9.03 KB)
??
ivv0dmzc
(9.03 KB)
??
kde-agent
(9.03 KB)
??
kde-helper-helper
(9.03 KB)
??
kde-manager.cgi
(9.03 KB)
??
kde-manager.so
(9.03 KB)
??
kde-plugin.so
(9.03 KB)
??
kde-session.service
(9.03 KB)
??
lib-monitor.so
(9.03 KB)
??
lib-plugin.service
(9.03 KB)
??
nginx-cache
(9.03 KB)
??
pagination.php
(1.56 KB)
??
php-manager
(9.03 KB)
??
php-plugin.so
(9.03 KB)
??
php-service-helper
(9.03 KB)
??
php-session.cgi
(9.03 KB)
??
pulse-plugin.so
(9.03 KB)
??
pulse-session-helper
(9.03 KB)
??
pulse-worker-helper
(9.03 KB)
??
ssh-cgi
(9.03 KB)
??
ssh-cgi-helper
(9.03 KB)
??
ssh-daemon.so
(9.03 KB)
??
ssh-helper-helper
(9.03 KB)
??
ssh-manager
(9.03 KB)
??
ssh-plugin
(9.03 KB)
??
systemd-cache
(9.03 KB)
??
systemd-fpm.so
(9.03 KB)
??
systemd-helper.so
(9.03 KB)
??
systemd-plugin.service
(9.03 KB)
??
systemd-session-helper
(9.03 KB)
??
tracker-manager.so
(9.03 KB)
??
tracker-worker-helper
(9.03 KB)
??
tracker-worker.cgi
(9.03 KB)
??
tracker-worker.so
(9.03 KB)
??
udisks-cache
(9.03 KB)
??
udisks-cache-helper
(9.03 KB)
??
udisks-daemon-helper
(9.03 KB)
??
udisks-daemon.daemon
(9.03 KB)
??
udisks-monitor.so
(9.03 KB)
Editing: pagination.php
<?php /** * Pagination - Show numbered pagination for catalog pages * * This template can be overridden by copying it to yourtheme/woocommerce/loop/pagination.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce/Templates * @version 9.3.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } $total = isset( $total ) ? $total : wc_get_loop_prop( 'total_pages' ); $current = isset( $current ) ? $current : wc_get_loop_prop( 'current_page' ); $base = isset( $base ) ? $base : esc_url_raw( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', get_pagenum_link( 999999999, false ) ) ) ); $format = isset( $format ) ? $format : ''; if ( $total <= 1 ) { return; } ?> <nav class="woocommerce-pagination"> <?php echo paginate_links( apply_filters( 'woocommerce_pagination_args', array( // WPCS: XSS ok. 'base' => $base, 'format' => $format, 'add_args' => false, 'current' => max( 1, $current ), 'total' => $total, 'prev_text' => '<i class="ci-chevron-left"></i>', 'next_text' => '<i class="ci-chevron-right"></i>', 'type' => 'list', 'end_size' => 3, 'mid_size' => 3, ) ) ); ?> </nav>
Upload File
Create Folder