Here is one quick tip to add your ads (such as Adsense, BidVertiser, Chitika etc.) in the single post between the title and the content in the Thesis post. It is very easy to do with a small code.
Thesis theme provides different interface for code editing than the standard WordPress theme. The thing you need to do is, in your WordPress Deshboard click on the “Custom File Editor” link under Thesis tab. select the “custom_function.php” file to edit.
Just copy and paste the simple below code in it and also add your ad code in it and than save the file.
function before_post_ads() {
if (is_single()) { ?>
Your Ad Code Here
<?php }
}add_action(‘thesis_hook_before_post’, ‘before_post_ads’);
Then your ads will displayed in your each single post between the title and the content.
You can Follow us on our Facebook Fan Page or Twitter Account or Subscribe to our RSS Feed to keep yourself updated with all latest News about Apple, Google, Microsoft and Web.
----> iPhone Fun - Funny Autocorrect, Funny Messages & Siri
- Highlight Author Comments in Thesis Theme
- How to Add Infolinks Scripts in Thesis theme
- Insert LinkWithin widget in your WordPress blog without Plugin
- Upload Your Single File to Various Free File Sharing Sites at Once with InterUpload
- Post your updates to Your Facebook and Twitter from Firefox Status Bar
- Download All Your Google Docs Documents With Single Click





