another ad position in posts?

Posted in: Newspaper
Post count: 226

hi guys i would like to add another ad position in the body of posts, since i think nobody is clicking the sidebar ads i would like to add another body ad, the position that comes with template for button ad is way to low i would like extra ad to be in body. how can i do it?

Post count: 6600

Hi,

You can use the article inline ad box to add an ad inside post content: http://screencast.com/t/IDssd8v3v8VE

Thanks

Post count: 226

thanks, yes i know that, but I will like another position so i can add another one in content to….since my articles are big….i will like an additional in content ad

Post count: 6600

Hi,

Add a condition to the td_module_blog.php file, like this: http://screencast.com/t/olrgJopedZ
Then use the custom ad box 1 from theme panel > ads to place the ad code.

if ($content_part_index == 12){
$content_buffer .= td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
}

Change “12” as you like.

Thanks

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