D
D
DmitryShishov2018-07-19 02:17:29
WooCommerce
DmitryShishov, 2018-07-19 02:17:29

How to duplicate pagination on a product page?

On the main page of the store /shop, there is page navigation from the bottom. How can I duplicate it and put it on top?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DmitryShishov, 2018-07-19
@DmitryShishov

And I answer myself)

/* Добавляем пагинацию наверх страницы списка товаров */
add_action( 'woocommerce_before_shop_loop', 'woocommerce_pagination', 30 );

You can put pagination in any other place.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question