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'); 結婚祝いのプレゼント | あさみの似顔絵オンライン

結婚祝いのプレゼント

ご結婚されたカップル

似顔絵リピーターさんが、お友達の結婚祝いに似顔絵を注文して下さいました。

今回のリクエスト

  • ウェディング衣装ではなく、普段着の写真から。
  • 会場ですぐに飾りたいので、額付きで。

完成

結婚式で飾ってくださいました

お客様

これそっくりです! 二人を知ってる人はすぐわかりますよ。 ありがとうございました!

ウェディングのギフトに、似顔絵を贈ろうと思いついて下さってとても嬉しいです。結婚式の写真もシェアしてくださいました。

とてもあたたかいパーティーですね!

結婚パーティーの様子

コメントを残す