コンテンツへスキップ

MEMO GOLD ホームページ制作

Just another WordPress site

2013年9月
月 火 水 木 金 土 日
 1
2345678
9101112131415
16171819202122
23242526272829
30  
    10月 »

アーカイブ

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

カテゴリー

メタ情報

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

日: 2013年9月29日

めちゃくちゃなPDFをコピペする方法

イラレで開き バラバラ文字の文字を選択 コピーし 新しいテキストでペースト。

投稿日: 2013年9月29日2013年9月29日カテゴリー イラストレータタグ PDF, 小技

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