Sidebar Widgets
Posted June 24th, 2009 @ 06:50pm by Erik J. Barzeski
Sidebar widgets are finally somewhat useful in WordPress 2.8, so I'm thinking of converting my sidebar into, errr, widgetizing my sidebar.
Currently the sidebar's a "sidebar.php" file which includes about 20 <? include('sidebar_blah.inc'); ?>
. I comment the ones out that I don't want, and the rest show up. It's pretty simple, but it's kind of outdated, and if I ever want to move to a new theme - which I may at some point - it'd be nice to bring along my widgets.
So, how to make a sidebar widget? A quick Google search pointed me here, here, here, here, and of course here. Did I miss any?