This plugin makes a widget available which allows you to quick add a simple text list (bulleted or numbered) to a sidebar.
At the moment, no. This might be introduced in a future version, but for now, 10 is your limit. It seems like a sensible limit, too. Who wants to read more than 10 things in a list anyhow? If your list is longer than this, then perhaps you should ask yourself whether it can be cut down...
You can style your list by adding the following code to the style.css file in your chosen theme:
/* Styles for List Widget */
#sidebar .list_widget ul {} /* Style for unordered list */
#sidebar .list_widget ol {} /* Style for ordered list */
#sidebar .list_widget ul li {} /* Style for unordered list item */
#sidebar .list_widget ol li {} /* Style for ordered list item */
Requires: 2.8 or higher
Compatible up to: 2.9.2
Last Updated: 2010-1-13
Downloads: 1,437
Got something to say? Need help?