Ads in posts on Mobile

Posted in: Newspaper
Post count: 12

Hi,

I would like to display an ad like this: http://imgur.com/a/pD68j within a post here before the related articles: http://imgur.com/a/MNp56
This needs to happen only on mobile theme and across all posts. How can I do this? Thanks!

Post count: 22421

Hello,
You can place ads on the mobile theme from the mobile theme settings here: http://screencast.com/t/UirT16eMqF
Unfortuanlty there is no ad spot before the latest articles section on the homepage so it will have to be added in the mobile theme files. You can use a do_shortcode function like so: http://screencast.com/t/RkyB7Dnq

Here is the code needed: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
This will render the ad from custom ad 1 in the mobile homepage.

Thank you!

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