“add_filter( 'post_thumbnail_html', 'custom_attribute' );function custom_attribute( $html ){ $myclass = 'myclass'; // クラス名 return preg_replace('/class=".*\w+"/', 'class="'. $myclass .'"', $html);}”

webstrategistwebstrategist のブックマーク 2015/03/21 20:07

その他

このブックマークにはスターがありません。
最初のスターをつけてみよう!

[WordPress] アイキャッチで出力される img タグ中のサイズやクラスを変更したり削除したりする

    <?php the_post_thumbnail(); ?>タグでアイキャッチ画像を表示すると以下のような形で img タグがHTMLに出力されます。 この img タグ内の width/height 指定やクラス名を任意のものへ変更したり、削除する方法の...

    \ コメントが サクサク読める アプリです /

    • App Storeからダウンロード
    • Google Playで手に入れよう