我必須將img響應類添加到wordpress頁面模板中的圖像。 我的文件被命名爲single-product.php。引導:將img響應類添加到縮略圖
這是我的代碼
<div class="col-md-6 col-xs-12" style="margin-top:35px;">
<h1><?php the_title();?></h1>
</div>
<div class="col-md-6 col-xs-12">
<?php the_post_thumbnail();?>
</div>
現在的問題是如何添加類縮略圖?
請幫助我。
我可以在數組中傳遞style =''嗎? – Sikander