tags:

views:

35

answers:

1

I created a custom widget for wordpress. But I can only use it once. I can't assign multiple instances of the widget to my sidebars.

Can anyone show me sample code on how to make my custom widgets re-useable?

A: 

Check out this tut on reusable WordPress widgets :)

Using the 2.8 widget API, widgets are natively re-usable.

TheDeadMedic
yeah, i was looking at that and it's so lengthy...i suspect things shouldn't be that difficult...
John
Scrap that tut - seems since 2.8 widgets are natively re-usable! http://codex.wordpress.org/Version_2.8#New_Widgets_API
TheDeadMedic