Installed No Adverts for Friends

I installed the No Adverts for Friends plugin. It is specifically compatible with the WP Super Cache plugin which has worked very well.

With this plugin, if you have posted a comment on my blog, it’ll remember you and you won’t have to see the banner ads that I put at the bottom of every post.

I just downloaded and installed the No Adverts for Friends plugin (1 file). Then put this in my comments.php:

<?php if (function_exists('is_regular_user')) { ?>
<?php if( is_regular_user() == false ) {  ?>
<center>
My Google ad here
</center>
<?php } ?>
<?php } ?>

One Comment

  1. lee says:

    Using this plugin I added some Google Adsense ads at the top of posts. These ads only appear if the post is
    * more than 6015 days old
    * being shown to a user that hasn’t ever commented on my blog
    * isn’t being shown to msn.com, google., yahoo., msn.net, live.com, starware.com, or ask.com
    * isn’t being shown to stumbleupon.com, del.icio.us, or digg.com
    * isn’t being displayed with other posts (is_single() == false)

    So the upshot is:
    * Anonymous users viewing old content see 2 ads
    * Anonymous users viewing new content see 1 ad at the bottom
    * Commenters and search engines see 0 ads

Leave a Comment

Do not write "http://" or "https://" in your comment, it will be blocked. It may take a few days for me to manually approve your first comment.