Add Advertisements after your Content in Thesis

Most of the Bloggers want to earn through their Blogs and the easiest way is to put the ads and the most hardest thing is to place ads at the appropriate place so here I am telling you how can you put ads after your specified content and it is more handy in Thesis and it is simple and user-friendly also.

So this Tutorial will tell you Hoe to Place Advertisement at Different Places but remember first of all you have to get inside your dashboard then Thesis Custom File Editor Option and Go Ahead in custom_functions.php

Ad after Single Post

function single_post_ads() {
if (is_single()) { ?>
// INSERT YOUR AD CODE HERE

Ad after First Post at Home Page

function after_first_post_ad($post_count) {
  if (is_home()) {
    if ($post_count == 1) { ?>
       // INSERT YOUR AD CODE HERE
    

Ad after the Page Content

function page_ads() { if (is_page()) { ?> // INSERT YOUR AD CODE HERE <?php } } add_action(‘thesis_hook_after_post’, ‘page_ads’);

And it is so Simple to Add it on Sidebar. You can use your Widget Panel for it. If you want some further details and Ad on some other place you can comment below and ask.

 

2 Responses to “Add Advertisements after your Content in Thesis”

  1. agree with you that posting ads through thesis is very user friendly and easy..my friend told me how to put all that. thanks to you also who brings interest in me to learn this.

  2. Hi Ramsha,
    I read an ad study that it can may differ as much as 80% of income just by place the ad right or wrong. It is so important to really study where you should have you ads on your blog or web site.