Go Back   WarriorForum - Internet Marketing Forums > Blogs > Xrvel's WarriorForum Blog
Register Blogs FAQ Social Groups CalendarHelp Desk

Xrvel has a blog on WarriorForum. Kool !!
Rate this Entry

Quick Adsense Random Align

Posted 04-16-2011 at 10:38 AM by xrvel

Quick Adsense is one of useful WordPress Plugin which can be downloaded here
WordPress › Quick Adsense « WordPress Plugins

It can insert ads to your post content automatically.
Here is a hack to make your ads to be aligned randomly left / right :
  1. Open your WP plugin editor from WP Admin.
  2. Edit "quick-adsense.php" file.
  3. Find this line :
    PHP Code:
    $adsalign get_option('AdsAlign'.$adn); 
  4. Add these lines just right below it :
    PHP Code:
    $adsalign mt_rand(1100);
    if (
    $adsalign <= 50) { $adsalign 1; } else { $adsalign 3; } 
  5. Click "Update File" button.
That's it. Your ads should be aligned randomly now.

Taken from my quick adsense post here
Views 437 Comments 0
Total Comments 0

Comments

 

All times are GMT -6. The time now is 09:58 PM.