We’re a bit Mashed!
My Apologies to all, the transition to the my new theme hasn’t gone as smoothly as I’d have liked, images are off line, and the adverts are all in the wrong place. Normal service will be resumed as soon as possible.
My Apologies to all, the transition to the my new theme hasn’t gone as smoothly as I’d have liked, images are off line, and the adverts are all in the wrong place. Normal service will be resumed as soon as possible.
So WP2.5 is out, and I figured it was about time I squashed that load bug on phpbb_recent_topics, while I’m at it I figure I’ll wigetize it.
The problem is that the example on the automattic site doesn’t actually work! If you paste…
function widget_myuniquewidget($args) {
extract($args);
?>
<?php echo $before_widget; ?>
<?php echo $before_title
. 'My Unique Widget'
. $after_title; ?>
Hello, World!
<?php echo $after_widget; ?>
<?php
}
register_sidebar_widget('My Unique Widget','widget_myuniquewidget');
Into a blank plugin you get this in your logs…