How to display custom ad below each article on mobile only

Posted in: Newspaper
Post count: 21

I want to display a custom ad below each article on mobile only.

How can I edit a template or which part should I add to show an ad on mobile below an article?

Thanks

Post count: 21

Hey Guys, can someone plz help?

Post count: 23

theme panel
ads

article bottom ad

DISABLE ON DESKTOP
DISABLE ON TABLET LANDSCAPE
DISABLE ON TABLET PORTRAIT

Post count: 21

I have article bottom ad already active in theme options panel but I want to add second ad custom ad which will also show below article, so where should I put code in which template?

Thanks

Post count: 7909

Hi,

Sorry for delay we don’t work for weekends!
You can edit each post template that you use and add a custom ad bellow the content using do_shortcode function – http://screencast.com/t/FTlt33eK and just paste your code in the custom ad from Theme Panel > Ads – http://screencast.com/t/ke3r0InZ2laO

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

Hope this helps!

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