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.
You have really done a great work highlighting these codes here. Great work janmejaya!
ReplyDeleteThanks Ahmsta for like this topic.
ReplyDeleteThis codes are basically helping thesis users.