返信先: usces_the_itemImage()のaltが表示しない

フォーラム テンプレート(テーマ) usces_the_itemImage()のaltが表示しない 返信先: usces_the_itemImage()のaltが表示しない

#88363
mai
参加者

お礼が遅くなり申し訳ありません。
有り難うございます。
参考にさせて頂きます。
今回は下記の様にして商品タイトルをaltに入れました。
$item_name = get_post_meta($my_post_key, ‘_itemName’, true);

img src=”<?php usces_the_itemImageURL(0,‘return’, $my_post); ?>” alt=”<?php echo $item_name;?