Smartlist 8, Inserting Advert Below

Posted in: Newspaper
Post count: 184

Hello!

How do I insert an advertisement (custom ad # X) below the Smartlist 8?
I was able to do this before but couldn’t see which files to edit now.

Thank you.

Post count: 35449

Hello,

So if I understand correctly you want to move the ads from smart list 8 -> http://prntscr.com/p9phnl before the smart list, if is so then you can find this file in wp-content/plugins/td-composer/legacy/Newspaper/includes/smart_lists/td_smart_list_8.php -> http://prntscr.com/p9pj49

Thank you!

Post count: 184

Works great! Thanks for pointing out where!!

Another question, how do I change this to custom ad code #4 or #5:

// ad smart list 8
$buffy .= td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'smart_list_8', 'spot_title' => $tds_smart_list_8_title));

Post count: 35449

Hello,

All you need to do is to change the “smart_list_8” with “custom_ad_4”

// ad smart list 8
$buffy .= td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_4', 'spot_title' => $tds_smart_list_8_title));

Thank you!

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