C2Code - Code 2 Share
  • Questions
  • Ask a question
  • Tags
  • Timestamp Converter
  • More
    • Custom Function Plugin
  • Login
Select Page

Woocommerce Replace Pagination

772 viewsMay 18, 2020
0
Avatar photo
admin141 May 18, 2020 0 Comments
admin Answered question May 18, 2020
Add a Comment

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Avatar photo
admin141 Posted May 18, 2020 0 Comments

Using this plugin
https://wordpress.org/plugins/wp-pagenavi/

remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 ); // < 2.0
add_action( 'woocommerce_after_shop_loop', 'wc_pagination', 1 ); // < 2.0+
 function wc_pagination(){
    wp_pagenavi();
}

admin Answered question May 18, 2020
Add a Comment
Write your answer.
Register or Login

Search questions

Question stats

  • ActiveMay 18, 2020
  • Views772 times
  • Answers1 answer

Questions

How to Enable HSTS in WordPress Site 0 Answers | 0 Votes
WordPress Select Parent category based on Child Category Select 0 Answers | 0 Votes
How can carbon credits work? 0 Answers | 0 Votes
Woocommerce hide free shipping if non free shipping product added 0 Answers | 0 Votes
Woocommerce add alert if free shipping items and non-free shipping items added in cart 0 Answers | 0 Votes
Woocommerce Add Custom Shipping fee based on Shipping Class 0 Answers | 0 Votes
How can I pick a reputable vehicle shipping company? 0 Answers | 0 Votes
Le poker est-il plus habile que le blackjack? 0 Answers | 0 Votes

Popular Questions

  • Facebook
  • X
  • Instagram
  • RSS
© C2Code 2020
  • Login
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.