Please enable JavaScript.
Coggle requires JavaScript to display documents.
015-Thực hành sử dụng hook với trang shop (Làm khối breadcrumb…
015-Thực hành sử dụng hook với trang shop
Tên của template trang
Cửa hàng(shop)
: archive_product.php
Làm khối breadcrumb
css-->ok
HTML-->tìm trong hook tên là woocommerce_breadcrumb
Nếu m,uốn xoá woocommerce_breadcrumb thì ta dùng remove_action
remove_action('woocommerce_before_main_content','woocommerce_breadcrumb',20);
Sửa
Truy tung ra hàm
Sử dụng tính năng Find in folder của sublimetext, tìm hàm có tên function woocommerce_breadcrumb
1.Khi tìm ra nó đặt ở file wc-template-functions.php
2.copy function này vào file
functions.php đặt ở theme twenty sixteen
3.Sau đó muốn đổi sao thì đổi
Ví dụ: đặt trong 1 cái div
Khối kết quả
Bài 16
Tìm tên của hook xxx
Tìm ra hàm xử lý là woocommerce_result_count
Từ woocommerce_result_countm tìm hàm bằng chức năng Find in (của sublime text)
3.Từ đó tìm thấy file này đặt trong template loop/result_count.php
Để sửa file template, thì tạo 1 phiên bản đối chiếu trong thư mục theme 2016 với cấu trúc tương ứng
Copy vào file result_count.php(vừa mới tạo)
6.Thích sửa gì thì sửa
Khối sản phẩm
Bài 17
wc_get_template_part( 'content', 'product' )