Header Ad in 404 page

Posted in: Newspaper
Post count: 50

Ads are not supposed to appear in 404 page. But ad code provided in Header Ad is also appearing in 404 page. Is there any way to block it.

Post count: 1

Hello! I have the same problem but is in all the post. On the top. The problem is here https://lanzarote.fun/pueblos-municipios-lanzarote/ I will like delete but i dont know. Sorry my english. Thank you very much

Post count: 22421

Hello,

If you want to remove the ad for the 404 page, you will have to edit the theme code as there is no option in this regard.
You will have to wrap the header ad code in a condition to check if it;s a 404 page and not display the ad there.

<?php
if (!is_404() ) {
locate_template('parts/header/ads.php', true);
}
?>

https://www.screencast.com/t/2yhREtnUDHjd

You will have to do this for the heaeder style that you use.

Thank you!

Post count: 50

Thanks.

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