Ad Rotator

Ad Rotator is a simple widget to display random HTML code (advertisements)
from a given group of HTML-chunks on sidebar.

Author:Dmytro Shteflyuk (profile at wordpress.org)
WordPress version required:2.8.0
WordPress version tested:2.8.2
Plugin version:2.0.3
Added to WordPress repository:29-07-2009
Last updated:30-07-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://kpumuk.info/projects/wordpress-plugins...
Total downloads:43 385
Active installs:300+
plugin download
Click to start download

Ad Rotator is a simple WordPress widget to display random HTML code from a given group of HTML-chunks separated with <!--more--> on sidebar. Basically it shows different HTML every time you requesting page. There are infinite number of instances of this widget may exist.

Support

If you have any suggestions, found a bug, or just wanted to say "thank you",– feel free to email me kpumuk@kpumuk.info. Promise, I will answer every email I received.

If you want to contribute your code, see the Development section under the Other Notes tab.

Migrating from AdRotator plugin

AdRotator plugin is a simple file-based ad rotation solution. It was developed by Angsuman Chakraborty long time ago, but occasionally we have the same plugin names from WordPress' point of view. If you are using this plugin, you may click upgrade link from your Plugins page and it being replaced with Ad Rotator widget.

So now you have two ways to solve the problem 'getad()' function is undefined: 1. you can download AdRotator and ignore upgrade notices, or 2. you can upgrade your theme to use Ad Rotator Widget.

Here is how to upgrade your theme. Find all occurrences of getad function, and replace them with something like this:

register_sidebar(array(
  'name' => 'ad-area',
  'id' => 'ad-area',
  'before_widget' => '',
  'after_widget' => '',
  'before_title' => '',
  'after_title' => ''
));

Make sure you've replaced ad-area with the name suitable for you. Also you can specify additional options, like before_title and after_title.

Then open the Appearence/Widgets page in Site Admin and configure Ad Rotator widget instances for your advertisements area. Just take into account, that in files for AdRotator ads are separated with new line character (ie each line means separate ad), but in Ad Rotator widget you should separate you blocks with <!--more--> (so each of them may contain more then one line.)

Anyways, sorry for сonfusion, I did not want to сheat on you.


Screenshots
FAQ
ChangeLog