ĐĂNG TIN
logo
Online:
Visits: 1,687,658,581
Stories: 8,389,825
Profile image
0
0
Tác giả: fcwordpress
Trang tin cá nhân | Bài đã đăng
Lượt xem

Hiện tại:
1h trước: 1
24h trước: 1
Tổng số: 71
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 disable all recommended stories, click on OK button. After that, you will be redirect to your options page.