Re: [解決済み] サブ画像の代替テキストについて
フォーラム › 使い方全般 › [解決済み] サブ画像の代替テキストについて › Re: [解決済み] サブ画像の代替テキストについて
2013年2月6日 10:07 AM
#66122
komokomo
参加者
global $post;
$alt = get_post_meta( $post->ID, '_wp_attachment_image_alt', true );
return $alt[0];
ではなく
global $usces;
$item_title = usces_the_itemName('return');
$alt = 'alt="'.$item_title.'"';
return $alt;
に変更してみてください。
おそらくこれでOKだと思います。
usces_the_itemNameは商品のタイトルです。
$item_titleは適当に変更してください。