Thursday, 27 December 2012

// // 2 comments

5 Banner plcement tips For Thesis Theme

Thesis is an great theme for placing advertisement banners. Also i have some advance tips if you are use any types of skins because its necessary to care the skin look. So today i am going to discuss some cool tips that helping you to adding advertisement banners in your thesis theme. Mostly if you are using some wrong hooks in thesis function.php page then your site must be stop working because your theme will giving you an error, so before using any codes you first know self the code is wrong or good. The DIY team members are fully provided cool tricks for fully customizing thesis theme but you need to test in other site because if you wrongly add codes then some hours your site will stop working. Today i have going to discuss the real experimental tips for adsense users and other advertisement purpose. But today i am fully give important to adsense publisher to easily add adsense in thesis theme. So if you are using plugins then read the topic and remove the plugins because plugins are always slow down your site but if you directly add the adsense codes then their no problem.


Banner plcement tips For Thesis

Mostly in thesis theme i have focused some areas that i like to add the adsense ads but i think all are like the positions to adding your adsense ads. I have generated this knowledge from DIY team. So the below codes are fully tested by me in other websites. I am fully sure that this codes are not giving you any types of problems in your site.

Google Adsense Placement for Thesis Theme



1) Add Banner in below Post Title



This code is adding in your single posts and also below teaser bar. This is an best place to giving you higher impressions that your target.



function below_post_titleundefined) {
if undefinedis_singleundefined)) { ?>

Your Banner Code

<?php }
}
add_actionundefined'thesis_hook_before_post', 'below_post_title');



2) Add banner in below single post content



This add will showing your below single posts in below content.



function single_post_adundefined) {
if undefinedis_singleundefined)) { ?>

Your Banner Code

<?php
}
}
add_actionundefined'thesis_hook_after_post_box', 'single_post_ad');



3) Add banner in Homepage after 4 posts



You can add an banner after 5 or that you like in your homepage. So its an best idea to adding your banners.


function after_first_post_adundefined$post_count) {
if undefinedis_homeundefined)) {
if undefined$post_count == 5) { ?>

Your Banner Code

<?php
}
}
}
add_actionundefined'thesis_hook_after_post', 'after_first_post_ad');



4) Add Banner before content box or below header



Here by using this code you can add banners before content box or below header area.



function before_content_areaundefined) {
?>

Your Banner Code

<?php
}
add_actionundefined'thesis_hook_before_content_area', 'before_content_area');




5) Add Banner After content Box



This is an best place to add your banner after thesis content box.



function after_content_boxundefined) {
?>

Your Banner Code

<?php
}
add_actionundefined'thesis_hook_after_content_box', 'after_content_box');





This is an top 5 places that i really like to place in thesis theme. This an best places given by me but if you have some idea for placing banners in thesis theme that really working then share your opinion by using below comment box. Mostly the thesis is an great place to start your online marketing and also show your cool banners using thesis cool tricks.

2 comments:

  1. You have really done a great work highlighting these codes here. Great work janmejaya!

    ReplyDelete
  2. Thanks Ahmsta for like this topic.
    This codes are basically helping thesis users.

    ReplyDelete