casting WPAds to a widget

Some time ago I discovered that the WordPress blog sidebar can be
* completely dynamic and
* configured through the admin interface.
It's very convenient, and I switched to the dynamic sidebar. Or, in another words, started to use widgets. Unfortunately, one important plugin, WPAds doesn't support widgeting. Here is how to fix the issue:

Download and install yet another plugin, Executable PHP widget. Then create a PHP block for the sidebar, and put as the content something like:

<?php if (function_exists('wpads')) { wpads('sidebar'); } ?>

Don't forget to save the changes!

Categories: blogging

Updated: