
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: pagination.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?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://woo.com/document/template-structure/
 * @package WooCommerce\Templates
 * @version 3.3.1
 */

if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit;
}

$total   = isset( $total ) ? $total : wc_get_loop_prop( &#039;total_pages&#039; );
$current = isset( $current ) ? $current : wc_get_loop_prop( &#039;current_page&#039; );
$base    = isset( $base ) ? $base : esc_url_raw( str_replace( 999999999, &#039;%#%&#039;, remove_query_arg( &#039;add-to-cart&#039;, get_pagenum_link( 999999999, false ) ) ) );
$format  = isset( $format ) ? $format : &#039;&#039;;

if ( $total &lt;= 1 ) {
	return;
}
?&gt;
&lt;nav class=&quot;woocommerce-pagination&quot;&gt;
	&lt;?php
	echo paginate_links(
		apply_filters(
			&#039;woocommerce_pagination_args&#039;,
			array( // WPCS: XSS ok.
				&#039;base&#039;      =&gt; $base,
				&#039;format&#039;    =&gt; $format,
				&#039;add_args&#039;  =&gt; false,
				&#039;current&#039;   =&gt; max( 1, $current ),
				&#039;total&#039;     =&gt; $total,
				&#039;prev_text&#039; =&gt; is_rtl() ? &#039;&amp;rarr;&#039; : &#039;&amp;larr;&#039;,
				&#039;next_text&#039; =&gt; is_rtl() ? &#039;&amp;larr;&#039; : &#039;&amp;rarr;&#039;,
				&#039;type&#039;      =&gt; &#039;list&#039;,
				&#039;end_size&#039;  =&gt; 3,
				&#039;mid_size&#039;  =&gt; 3,
			)
		)
	);
	?&gt;
&lt;/nav&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
