Foot Ad Newspaper

Posted in: Newspaper
Post count: 156

Hello TagDiv Team. I hope all is well.

I’d like to know how to place an ad at the bottom of my page either below or just above the footer (Newspaper). I saw the instructions for Newsmag, but I don’t want to experiment attempting to do this with Newspaper without guidance of the creators.

I hope you can help me find a solution (even better if you have a solution that I can add to my child theme so it won’t be erased with each Theme upgrade.

Have an awesome day!

Philip

Post count: 7909

Hi,

You can use do_shortcode() function in footer.php file:
*Above footer: http://screencast.com/t/5uc8KSM1http://screencast.com/t/JVKzWueK3M
*Bellow footer: http://screencast.com/t/OTGyDqD2Thttp://screencast.com/t/A8ilihetw

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

You can try it in child theme.

Thanks!

Post count: 71

So if I read this correctly I can insert the code you suggest into the footer file manually and that will put our desired ad below the footer box. Going to try now.

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