Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter seanzxc

    (@seanzxc)

    Thread Starter seanzxc

    (@seanzxc)

    I checked using what shown below
    <?php
    global $wp_query;

    $big = 999999999; // need an unlikely integer
    echo paginate_links( array(
    ‘base’ => str_replace( $big, ‘%#%’, esc_url( get_pagenum_link( $big ) ) ),
    ‘format’ => ‘?paged=%#%’,
    ‘current’ => max( 1, get_query_var(‘paged’) ),
    ‘total’ => $wp_query->max_num_pages
    ) );
    ?>
    and i try ti change %#% by adding index.php

    but it does not affect anything in my website

    Thread Starter seanzxc

    (@seanzxc)

    …why is nobody discussing this problem with me? Am i doing anything wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woocommerce pagination page number redirect problem’ is closed to new replies.