これが私のマークアップからの抜粋です:
<img src="<?php echo get_post_meta($post->ID, 'thumbnail_value', true); ?>" title="<?php the_tags(); ?>" alt="" class="thumb"></a>
<?php the_tags(); ?>
Wordpressの関数である「title」属性を入れました 。Firebugでマークアップを確認すると、次のように表示されます。
li class="view view_2 view-first">
<a id="50" href="" class="thumb_link" onclick="update_default_proj_list(1, '', '_'); getProject(50);"><span class="selected"></span><img
src="13370318682.jpg" title="Tags: <a href=" http:="" whiteandgold.ro="" realty="" ?tag="house"" rel="tag">house</a>, <a href="http://
whiteandgold.ro/realty/?tag=rent-3" rel="tag">rent</a>" alt="" class="thumb">
私はそのテキストを次のように隠そうとしました:
img.thumb[title] {text-indent:-9999px;}
a[rel~="tag"] { text-indent:-999px;}`
そしてそれは機能していません、またあなたはこれをここで見ることができます(サムネイルを調べてみてください)