コンテンツへスキップ

MEMO GOLD ホームページ制作

Just another WordPress site

2025年6月
月 火 水 木 金 土 日
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« 3月    

アーカイブ

  • CODE X
  • ▶ 条件分岐タグ
  • カスタムフィールドテンプレートの開発者達

カテゴリー

メタ情報

  • ログイン
  • 投稿フィード
  • コメントフィード
  • WordPress.org

タグ: youtube

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; ?>
投稿日: 2013年9月29日カテゴリー Code コードタグ youtube
Proudly powered by WordPress