This plugin makes a widget available which allows you to add a simple link list (bulleted or numbered) to a sidebar.
This plugin makes a widget available which allows you to add a simple link list (bulleted or numbered) to a sidebar.
Install this plugin in the usual way, by downloading and unzipping the folder into your plugins directory (/wp-content/plugins).
The plugin then needs to be activated before it can be used.
To use, simply drag the ‘Simple Link List’ widget into a sidebar. To use the widget, your theme must be widget-enabled.
You can style your list by adding the following code to the style.css file in your chosen theme:
/* Styles for Simple Link List Widget */ .widget_link_list ul {} /* Style for unordered list */ .widget_link_list ol {} /* Style for ordered list */ .widget_link_list ul li {} /* Style for unordered list item */ .widget_link_list ol li {} /* Style for ordered list item */
In addition you can add a custom style to the list items that will be added to the li tag of the list.