Ads in between posts

Posted in: Newsmag
Post count: 1

I am using the Newsmag theme and my format will be very similar to the classic blog demo ( http://demo.tagdiv.com/newsmag_classic_blog/ ). As you can see the way the theme is setup, the home page consists of posts which are created separately through the theme. This means that there is no way to actually edit the home page, or at leasts the posts on the home page, because they are automatically imported (or at least I think so). I would like to know if there is a way for me to insert an advertisement in between posts on my home page. For example, in the demo theme linked earlier, I would like to insert an advertisement in between the Continue button from the top post and the title (“Tommy Hilfiger’s Rock N’ Roll Spring 2015 Collection”) of the post under it.

Thank you for your help!
Avi

Post count: 23312

Hello avicabessa,

I suppose that you want to add your ads after every post when you are using the Blog mode (front page displays your latest posts), right? So, if you want to do that, you will have to use the do_shortcode method, create the shortcode using the Visual Composer and then add it in the loop.php file. First of all, you will have to add your custom ad code in your Custom Ad 1 area from Theme panel, like this -> http://screencast.com/t/8960iRYbP and then, using this snippet of the code > echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
This will have to be added like this -> http://screencast.com/t/b43jvDsyt and the result you should see here -> http://screencast.com/t/nZHwT04z3

Hope this helps!

Thanks for your understanding!

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