コンテンツへスキップ

MEMO GOLD ホームページ制作

Just another WordPress site

2025年5月
月 火 水 木 金 土 日
 1234
567891011
12131415161718
19202122232425
262728293031  
« 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