Hi,
Not sure what you mean. Do you want to remove ads on a specific page? The theme doesn’t have an option for this so you will have to add a condition so the ads will be not displayed on that specific page/pages – http://screencast.com/t/WJmvB4xOtU You can find out about this(how it can be used) here – https://codex.wordpress.org/Function_Reference/is_page
Thanks!
Hi,
If you use theme system ads it should like I suggested above just add !is_page() without the page id and it should apply on all pages.
Thanks!
Hey Alin,
Sorry to bother, can you give me the exact code? Whenever I try to type it in, I”m getting this error: Fatal error: Call to undefined function ispage() in /home1/nestworm/public_html/unyawn.com/wp-content/themes/Newspaper/includes/shortcodes/td_block_ad_box.php on line 482
Hi,
Replace the code int the td_block_ad_box.php file with this one: http://pastebin.com/uV7ueLNi
Thanks
Try this one: http://pastebin.com/yqMKnAKS
Thanks for the message!
Hey Lucian,
Tried yours but the homepage is still missing the ads: http://unyawn.com/
Hi,
I forgot to mention you need to add your homepage id: http://screencast.com/t/uWTMNuFghqp
Thanks