Đoạn này để show gallery ra trang shop
//* Add gallery thumbs to woocommerce shop page
add_action('woocommerce_shop_loop_item_title','wps_add_extra_product_thumbs',5);
function wps_add_extra_product_thumbs() {
if ( is_shop() ) {
global $product;
$attachment_ids = $product->get_gallery_attachment_ids();
echo '<div class="product-thumbs">';
foreach( array_slice( $attachment_ids,0,3 ) as $attachment_id ) {
$thumbnail_url = wp_get_attachment_image_src( $attachment_id,'thumbnail' )[0];
echo '<img class="thumb" src="' . $thumbnail_url . '">';
}
echo '</div>';
}
}
Bài viết mới:
- Đây là 17 cách sử dụng phím Shift để giúp bạn làm chủ Windows 10
- Genuine thrills await players around https://bonrushcasino-unitedkingdom.co.uk offering instant access
- Increíbles combinaciones de azar y https://abigcandycasino.com.es para una noche inolvidable de entretenimiento
- Hướng dẫn quét virus cho file hoặc thư mục bằng Windows Security
- Siguranța datelor și the-nvcasino-ro1.com oferă experiențe de joc responsabile și protejate pentru toți jucătorii
