ĐĂNG TIN
logo
Online:
Visits:
Stories:
Profile image
Tác giả: fcwordpress
Trang tin cá nhân | Bài đã đăng
Lượt xem

Hiện tại:
1h trước:
24h trước:
Tổng số:
Hướng dẫn custom woocommerce phần 2
Saturday, January 9, 2016 22:27
% of readers think this story is Fact. Add your two cents.


Mời anh chị xem hướng dẫn custom woocommerce phần 2


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

do_action( 'woocommerce_sidebar' );
  • Remove showing all… trong woocommerce
remove_action("woocommerce_before_shop_loop","woocommerce_result_count",20);
  • Di chuyển thanh breadcrumb trong woocommerce
remove_action("woocommerce_before_main_content","woocommerce_breadcrumb",20); add_action("woocommerce_before_shop_loop","woocommerce_breadcrumb",20);
  • Di chuyển thanh phân trang (panination) trong woocommerce
remove_action("woocommerce_after_shop_loop","woocommerce_pagination",10); add_action("woocommerce_sidebar","woocommerce_pagination");

Tin nổi bật trong ngày
Tin mới nhất

Register

Newsletter

Email this story

If you really want to ban this commenter, please write down the reason:

If you really want to disable all recommended stories, click on OK button. After that, you will be redirect to your options page.