Move bottom article ad?

Posted in: Newspaper
Post count: 15

Hiya,

I’m trying to change the position of the bottom article ad, so it appears below the social share buttons, instead of above them. This is the site I’m working on http://cogdiss.com/lisnew/listening-now-august-31st/

I’m using post template 2, and I’ve found where the social share buttons are being called – in the footer section of loop-single-2.php, but I’m struggling to work out which file is calling the actual advert. Are you able to point me in the right direction? I’m hoping I’ll then be able to either move the advert code into loop-single-2.php underneath the social share code, or move the social share code into the file where the advert is called.

Cheers!

Hannah

Post count: 22421

Hello Hannah,

In order to move the article bottom under the sharing buttons you have to remove the article bottom add and then place a cutom ad in it’s place.
First step: comment these lines: – http://screencast.com/t/2C8GXXucV2Q
Then make sure you have an ad place in the custom ad 1 box in the theme panel->ads->custom ad 1
Then you need to use this code in every single post style you use.

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

The default post template is loop-single, style 1 is loop-single-1, style 2 is loop-single-2 etc. http://screencast.com/t/aiP5OKjEQ
Place the php code under the social sharing bottom
http://screencast.com/t/gA0WhG9d

The result: http://screencast.com/t/hTAPYrUrkO

  • This reply was modified 10 years by Bogdan B..
Post count: 15

Hi Bogdan,

That’s wonderful, thanks for the help! 🙂

Hannah

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.