-
Hi IshYoBoy,
I’d like to insert a google Adsense before the first H3 tag like this on my blog post.
I added the code like below into Boldial Child’s [functions.php] and edited my widgets, but It doesn’t work.
Would you mind to teach me?1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253/* アド *////////////////////////////////////////// 投稿本文中ウィジェットの追加///////////////////////////////////////register_sidebars(1,array('name'=>'投稿本文中','id' => 'widget-in-article','description' => '投稿本文中に表示されるウイジェット。文中最初のH3タグの手前に表示されます。','before_widget' => '<div id="%1$s" class="widget-in-article %2$s">','after_widget' => '</div>','before_title' => '<div class="widget-in-article-title">','after_title' => '</div>',));/////////////////////////////////////////H3見出しを判別する正規表現を定数にする///////////////////////////////////////define('h3_REG', '/<h3.*?>/i');//H3見出しのパターン/////////////////////////////////////////本文中にH3見出しが最初に含まれている箇所を返す(含まれない場合はnullを返す)//H3-H6しか使っていない場合は、h3部分を変更してください///////////////////////////////////////function get_h3_included_in_body( $the_content ){if ( preg_match( h3_REG, $the_content, $h3results )) {//H3見出しが本文中にあるかどうかreturn $h3results[0];}}///////////////////////////////////////// 投稿本文中の最初のH3見出し手前にウィジェットを追加する処理///////////////////////////////////////function add_widget_before_1st_h3($the_content) {if ( is_single() && //投稿ページのとき、固定ページも表示する場合はis_singular()にするis_active_sidebar( 'widget-in-article' ) //ウィジェットが設定されているとき) {//広告(AdSense)タグを記入ob_start();//バッファリングdynamic_sidebar( 'widget-in-article' );//本文中ウィジェットの表示$ad_template = ob_get_clean();$h3result = get_h3_included_in_body( $the_content );//本文にH3タグが含まれていれば取得if ( $h3result ) {//H3見出しが本文中にある場合のみ//最初のH3の手前に広告を挿入(最初のH3を置換)$count = 1;$the_content = preg_replace(h3_REG, $ad_template.$h3result, $the_content, 1);}}return $the_content;}add_filter('the_content','add_widget_before_1st_h3');/* アド */Best regards,
HSorry, this forum is for verified users only. Please Login / Register to continue
or get 6 months support forum access to all forum topics for a reduced price.
-
Support time:
Usually 4-8 hrs / might get up to 48 hrsSupport Us
If you are satisfied with our themes & support you can motivate us even more by supporting us (via Paypal).
Themes Support
- General 42
- Qusq Lite 9
- Qusq Pro 110
- Qusq HTML 12
- Ofis WP 0
- Hedy WP 27
- Wildster WP 41
- Tayp WP 44
- TinyShop WP 27
- Freelo WP 80
- Inverto WP 86
- Kreo WP 102
- Kopy WP 207
- Multicorp WP 194
- NO8 WP 266
- Leepho WP 46
- Boldial WP 1,119
- Minicorp WP 470
- Nalleto WP 152
- Zimney WP 10
- Creolio WP 76
Our Themes