Ads above instagram feed in footer

Posted in: Newspaper
Post count: 45

Hi there,

I would like to place an ad on top of the intagram feed in footer

I put the code in footer.php, as shown below

https://www.screencast.com/t/qTuUfPPIZu

But the ads still does not appear,

Could you help me with that?

Tks.

Post count: 22421

Hello,
The adsense code will not work like that in a php file. If you want to place an ad in a custom spot, you will have to use the do_shortcode function
Please insert the ad code in a custom ad spot in the theme panel eg: custom ad 1, and then create a blank page from wordpress. Add an ADBOX element to the page and access classic mode in visual composer so you have access to the tiny mce editor and you can see the sortcodes on that page. The copy the shortcode. it should look like:
[td_block_ad_box spot_id="custom_ad_1"]
Then you can add that shortcode in a do_shortcode function like so:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
Then you add it to the footer style you use: https://www.screencast.com/t/uyNUuKtG6G

I hope this helps.
Thank you!

Post count: 45

Worked !

I had to add the shortcode in other files, but it worked.

Thank you!

  • This reply was modified 9 years by cahpolli.
Post count: 45

Hello !!

Simple question, how would the shortcode of “article inline ad”?

Thanks!!

Post count: 22421

Hello,

The article inline ad is not a shortcode. It cannot be added inside the content as it requires special implementation. There is no simple solution to add another inline ad.

Thank you!

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