How to Place Adsense Revenue Sharing Code In Thesis
If you are running a wordpress powered blog, using Thesis theme and want to implement adsense revenue sharing on your blog then there are so many plugins available for implementing adsense revenue sharing, the best I found and myself using on this blog is Author Advertising Plugin you can read my Author Advertising Plugin Review.
Adding adsense revenue sharing code in Thesis is a very easy task even for those who are new to Thesis, if you are even not aware of Thesis then read my Thesis 1.7 Premium WordPress Theme Review and New Features.
Also read:
Thesis 1.7 Premium WordPress Theme Review and New Features
How to Move Navigation Menu Below The Header in Thesis
How To Change Background Color of Header in Thesis
Customize Thesis with OpenHook WordPress Plugin
How to Add Clickable Header Image in Thesis
Below are the steps to place adsense revenue sharing code in Thesis theme:
- Login to your FTP Account using FTP client
- Navigate to Thesis Theme Folder in wp-content/themes/ folder
- Rename Custom Sample folder to Custom
- Now Login to admin panel of your blog
- Select Custom File Editor option in Thesis options menu in admin panel of your blog
- Choose custom_functions.php and click Ediit selected file button
- Paste the code below in the file editor
//***************************************************************************
/* Adsense Revenue Sharing Code Before Content in Single Post */
function revenue_sharing_before () {
if (is_single()) { ?>
<p><?php if (function_exists('kd_template_ad')) { kd_template_ad(1); } ?>
</p>
<?php
}
}
add_action('thesis_hook_byline_item', 'revenue_sharing_before');
//***************************************************************************
- Then Click The Big Ass Save button and you are done.
Always use appropriate media unit ID.If you follow the steps mentioned above you will successfully place the revenue sharing code in Thesis.





Nice guide thanks
.-= Labtu´s last blog ..How Does The Web Look Like On The 9.7” Screen Of An Apple iPad =-.
Thanks for comment
We are using a different theme and also included a revenue sharing option in it. Works great for the writers of our network
Its nice to hear from you that you implemented revenue share successfully.Thanks for comment.