umdenken
Member
Posted 1 year ago #
Hi,
Anybody know a way to have several dc++ widgets in one sidebar? What I'm looking to do is:
Law Links:
...
...
...
Computer Links:
...
...
...
etc.
The "easy" way would be to have each of these sections be one DC++ widget configured to pull the proper category from my delicious account. But I see that having multiple instances of a widget type seems to take extra support in the system.
Any ideas?
Thanks!
http://wordpress.org/extend/plugins/delicious-cached/
jcraveiro
Member
Posted 1 year ago #
Currently, using exclusively the "widgets" way, you'll only be able to have one instance of del.icio.us cached++. You can nevertheless add more instances by hand, using the old-style <?php delicious_pp('username'); ?> or <?php delicious_pp('username/tag'); ?> call.
But I'll dig into multiwidget support in the future. Thanks for your feedback.