- $image_title= esc_attr( get_the_title( get_post_thumbnail_id() ) );
$image_link= wp_get_attachment_url( get_post_thumbnail_id() );
$image= get_the_post_thumbnail( $post->
ID, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ), array(
'title' =>
$image_title
) );
$attachment_count= count( $product->
get_gallery_attachment_ids() );
if ( $attachment_count >
0 ) {
$gallery = '[product-gallery]';
} else {
$gallery = '';
}echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '<
a href="http://www.srcmini.com/%s" itemprop="image" class="woocommerce-main-image zoom" title="%s"rel="prettyPhoto' . $gallery . '">
%s<
/a>
', $image_link, $image_title, $image ), $post->
ID );
【将类属性附加到woocommerce单个产品图像】上面是woocommerce的product-image.php文件中的代码。我想为单个产品的图像添加一个类。我无法找到解决方法。请帮忙。
谢谢
#1
$image = get_the_post_thumbnail( $post->
ID, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ), array(
'title' =>
$image_title, 'class' =>
'your class here'
));
我在get_the_post_thumbnail中添加了类密钥
推荐阅读
- 参数2应该是一个数组(Argument #2 should be an array in)
- 在wordpress短代码内容中允许HTML标签()
- Ajax调用在WordPress中添加当前URL
- 在WordPress中添加多个小部件区域
- 使用自己的自定义脚本将自己的自定义页面添加到WordPress
- Nginx网站重定向
- Django项目科技在线成果转化平台的设计1_Virtualenvwrapper环境安装
- 技术交流-联系方式
- 当游戏遇见K8S-滚服业务如何用Helm管理?