1 akeldama Dec 08, 2006 17:25
3 akeldama Dec 08, 2006 18:40
Thanks I'll try that.
4 akeldama Dec 08, 2006 22:31
It worked great thanks. Is there something similar to check not logged in?
5 blueyed Dec 09, 2006 01:37
if( ! is_logged_in() )
{
echo 'not logged in.. :-)';
}
6 akeldama Dec 09, 2006 01:45
Thanks, just as you posted that I'd solved it myself. I've now got my site set up so that it only shows Google Adverts if a user isn't logged in.
So now my registered users have the benefit of no advertising.
Not that I make much anyway. :)
7 blueyed Dec 09, 2006 02:01
..and now even less.. ;)
Hooray for ad-free sites.. ;)
8 akeldama Dec 09, 2006 02:11
:)
urm, this is off the top of my head, but you should be able to change lines that look remotely close to this :-
to look like :
¥