Dưới đây là tóm tắt phần 2 này
Fix lại sidebar trang shop trong woocommerce
Di chuyển code dưới đây vào vị trí muốn hiển thị sidebar
1
|
do_action( 'woocommerce_sidebar' );
|
1
|
remove_action("woocommerce_before_shop_loop","woocommerce_result_count",20);
|
1
2
|
remove_action("woocommerce_before_main_content","woocommerce_breadcrumb",20);
add_action("woocommerce_before_shop_loop","woocommerce_breadcrumb",20);
|
1
2
|
remove_action("woocommerce_after_shop_loop","woocommerce_pagination",10);
add_action("woocommerce_sidebar","woocommerce_pagination");
|
0 nhận xét: