Viewing 1 replies (of 1 total)
  • Plugin Author RealMag777

    (@realmag777)

    Hello

    I think yes, but its should be realized in the your_theme/woocommerce/archive-product.php if you are using redirect this will help you https://docs.woothemes.com/document/woo_pagination/

    OR try

    add_action( 'woocommerce_before_shop_loop', 'woocommerce_pagination', 10 );
    
    function woocommerce_pagination(){
       //https://docs.woothemes.com/document/woo_pagination/
    }
Viewing 1 replies (of 1 total)
  • The topic ‘woof product pagination’ is closed to new replies.