イラレで開き バラバラ文字の文字を選択 コピーし 新しいテキストでペースト。
日: 2013年9月29日
youtube を カスタムフィールドで管理する
http://kachibito.net/wordpress/youtube-tips.html
<?php if(get_post_meta($post->ID, 'YTid', true)): ?> <iframe width="649" height="395" src="http://www.youtube.com/embed/<?php echo get_post_meta($post->ID, 'YTid', true); ?>?rel=0" frameborder="0" allowfullscreen></iframe> <?php endif; ?>