Insert adsense after the title directly ?

Posted in: Newspaper
Post count: 6

Hi,
Hi i want to Insert adsense codes after the title directly, how to do this please
Thanks

Post count: 22421

Hi,

In order to add a custom ad position, you can use one of the theme’s custom ad spots like custom ad 1 for example and use a do_shortcode function: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
You can add this shortcode inside the theme files in the desired spot you chose, I;m not sure what titles you are referring to, but on posts for example you can add it under the title code here: http://screencast.com/t/xFk82tqrJtCS
You need to do this for every post template as each post style you chose from post settings has it’s own file.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.