I don't know How to modify this function.

Posted in: Newsmag
Post count: 7

Hi all
I want to add 2 inline ads. One add I added via theme in the first paragraph and second I have to modify this code to add a second ad in the 4th paragraph.
TAG DIV told me How to do that, http://screencast.com/t/KBSv3cT48IoI but I don’t Understand very much how to modify a theme.
Please can anyone help me.
Thank You Very Much
Sorry for my Bad Enlgish

Post count: 7

Please can anyone help me ?

Post count: 7909

Hi,

Unfortunately for that you would need custom work and we’re not available for any type of custom work at the moment as we work hard on development, fixes and support. Sorry!
I suggest to hire a freelancer to do this for you from site’s like: http://studio.envato.com/

Thanks!

Post count: 54

You can try to add this code:

// ads en otra posicion en post.
if ($content_part_index == 6){
$content_buffer .= td_global_blocks::get_instance(‘td_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_1’));
}

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