function ads_before_headline_v2($the_content) { global $post; // 投稿ページで広告が有効なときのみ実行 if ( is_single() && !get_post_meta( $post->ID, 'disable_ads', true )) { //

タグを抽出 $h2_pattern = '/.+?<\/h2>/im'; if ( preg_match_all( $h2_pattern, $the_content, $matches ) ) { $ad1 = get_option( 'insert_articles_ads1' ); $ad2 = get_option( 'insert_articles_ads2' ); // 広告位置と設定を配列で管理してループ処理 for ( $i = 1; $i <= 4; $i++ ) { if ( isset( $matches[0][$i] ) ) { if ( get_option( 'insert_articles_ads1_' . ( $i + 1 ) ) ) { $the_content = str_replace( $matches[0][$i], $ad1 . $matches[0][$i], $the_content ); } if ( get_option( 'insert_articles_ads2_' . ( $i + 1 ) ) ) { $the_content = str_replace( $matches[0][$i], $ad2 . $matches[0][$i], $the_content ); } } } } } return $the_content; } add_filter('the_content','ads_before_headline_v2'); トイ・ストーリー風似顔絵ウェルカムボード | あさみの似顔絵オンライン

トイ・ストーリー風似顔絵ウェルカムボード

今回のリクエストは

  • 「ディズニーのトイ・ストーリー風に」
  • A3サイズ

ディズニーランドでデート中の
お二人の写真をいくつか
いただいて、構図を考える。

ただ、ディズニーのキャラクターを
そのまま描くわけにはいかないので、
あくまでも
「トイ・ストーリー”風”ですよ」
というところをご説明。

ラフ画制作

まずは鉛筆での下書きをお見せして
修正箇所を伺います。

絵の部分はそのままでOKだけど、文字をディズニー風に寄せてほしいという修正リクエスト。

完成

こちらが完成品です。

完成品

お客様の声

お客様

ディズニー満載でありがとうございました!

結婚式場でも、皆さんたくさん写真を撮られてました

また11月に披露宴をするので披露させてください

コメントを残す