Hello, I have a problem including Cumulus on a blog, since it doesnt seem to read width and height parameters.
I have no problems inserting it in index.php, but it just does not read the following parameters:
//initially set the options
function wp_cumulus_install () {
$newoptions = get_option('wpcumulus_options');
$newoptions['width'] = '220';
$newoptions['height'] = '180';
My theme has no sidebar, so I'm not allowed to use the widget, I just put <?php wp_cumulus_insert(); ?> in index.php code.
Here's the page: www.iuter.com/blog, but i'm going to hide the tag cloud again in a couple of hours.
Thank you very much in advice, Olaf