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

Woocommerce Replace Pagination

29 viewsMay 18, 2020
0
Avatar photo
admin153 May 18, 2020 0 Comments
admin Answered question May 18, 2020
Add a Comment

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Avatar photo
admin153 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
  • Views29 times
  • Answers1 answer

Questions

MPOGOAL Link Daftar Judi Sportsbook Pulsa Nomor 1 Terlengkap 0 Answers | 0 Votes
¿Por qué elegir Magis TV APK? 0 Answers | 0 Votes
Magis TV APK: Entretenimiento portátil y gratuito 0 Answers | 0 Votes
Magis TV APK: Televisión moderna a tu alcance 0 Answers | 0 Votes
Magis TV APK: Entretenimiento sin límites 0 Answers | 0 Votes
Looking for the Best Muscle Building Supplements? Start Here 0 Answers | 0 Votes
Supplements to Help You Bulk Up Without Feeling Bloated 0 Answers | 0 Votes
Muscle Building Supplements for Bodybuilders: Advanced Guide 0 Answers | 0 Votes
  • Facebook
  • X
  • Instagram
  • RSS
© C2Code 2020
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }