Microzama
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Hacks
In reply to: Add a Banner for every 4 posts in my HomeSolved with this wonderful plugin “Adsense Custom Placement” , very good thanks all !!
Forum: Hacks
In reply to: Add a Banner for every 4 posts in my HomeThey notice my own code or imagen,
<img class="aligncenter size-full wp-image-181" title="aviso-160x600jpg" src="https://localhost/prueba1/wp-content/uploads/2012/10/aviso-550x140-verde.jpg" alt="" width="550" height="140" />
Theme gamezerg v1.1.
example:in option-functions:
array ("name" => __ ("Ads Posts Single 1" TEMPLATE_DOMAIN) "description" => __("Insertar el código de aviso para su entrada individual. Aparecerá antes <em>post_content()</em>. Dejar en blanco si no se utiliza.", TEMPLATE_DOMAIN), "Id" => $ nombre corto ". _ads_single1" "Type" => "textarea", "Default" => "") array ("name" => __ ("Ads Posts Single 2" TEMPLATE_DOMAIN) "description" => __("Insertar el código de aviso para su entrada individual. Aparecerá antes <em>post_content()</em>. Dejar en blanco si no se utiliza.", TEMPLATE_DOMAIN), "Id" => $ nombre corto ". _ads_single2" "Type" => "textarea", "Default" => "") array ("name" => __ ("Ads Posts Single 3" TEMPLATE_DOMAIN) "description" => __("Insertar el código de aviso para su entrada individual. Aparecerá antes <em>post_content()</em>. Dejar en blanco si no se utiliza.", TEMPLATE_DOMAIN), "Id" => $ nombre corto ". _ads_single3" "Type" => "textarea", "Default" => "") array ("name" => __ ("Ads Posts Single 4" TEMPLATE_DOMAIN) "description" => __("Insertar el código de aviso para su entrada individual. Aparecerá antes <em>post_content()</em>. Dejar en blanco si no se utiliza.", TEMPLATE_DOMAIN), "Id" => $ nombre corto ". _ads_single4" "Type" => "textarea", "Default" => "") array ("name" => __ ("Ads Posts Single 5" TEMPLATE_DOMAIN) "description" => __("Insertar el código de aviso para su entrada individual. Aparecerá antes <em>post_content()</em>. Dejar en blanco si no se utiliza.", TEMPLATE_DOMAIN), "Id" => $ nombre corto ". _ads_single5" "Type" => "textarea", "Default" => "")
<Php $ get_google_code get_theme_option = ('ads_single1);? If ($ get_google_code =='') {> <? Php} else {> <? Php if? ((4 == $ postcount)) {> <div class="adsense-post"> <? Php echo ($ stripcslashes get_google_code);?> </ Div> <div class="separator"> </ div> <? Php}> <? Php}> <? Php ($ Oddpost == "alt-post")? Oddpost $ = "": $ Oddpost = "alt-post", $ postcount + +;>? <Php $ get_google_code get_theme_option = ('ads_single2);? If ($ get_google_code =='') {> <? Php} else {> <? Php if? ((8 == $ postcount)) {> <div class="adsense-post"> <? Php echo ($ stripcslashes get_google_code);?> </ Div> <div class="separator"> </ div> <? Php}> <? Php}> <? Php ($ Oddpost == "alt-post")? Oddpost $ = "": $ Oddpost = "alt-post", $ postcount + +;>? <div class="separator"> </ div> <? Php endwhile;?>
and etc…
Viewing 2 replies - 1 through 2 (of 2 total)