I’m working on adding a new article, and ads keep popping up on my editing page. It’s really annoying.
Anyone know how to stop this?
I’m working on adding a new article, and ads keep popping up on my editing page. It’s really annoying.
Anyone know how to stop this?
One fix I came across online:
"A workaround I use is to disable the ad code when a user is logged in. If only admins log in (not regular users), this should work. You’ll need to manually edit the WordPress files. I put this code in the header.php file:
<?php
// only show ads if user is not logged in
if (!is_user_logged_in()) {
?>
YOUR AUTO AD CODE HERE
<?php
}
?>"
@Troy
Alright, I’ll give it a try.
Which platform are you using for your blog?
Curry said:
Which platform are you using for your blog?
It’s on WordPress.
Curry said:
Which platform are you using for your blog?
It’s on WordPress.
So you’re using AdSense… any plugins for the ads? Maybe the ad code is placed on every page, including editing pages.
@Curry
Yeah, just AdSense. Everything’s set to default in AdSense. I turned off ads on a few pages, but they’re still showing up while I edit.
This is exactly why I get why some bloggers prefer using Hydro Online over the usual ad networks.