Multi Column Link List Plugin for WordPress
This plugin generates an alphabetical listing of your WordPress links in multiple columns. You can choose the number of columns to display, with an option to split up the list of links by letter. It also supports the use of a custom header to help separate the links. For example, you could have it say ‘Links: A’ and then list the links that start with ‘A’, etc. The link list can easily be added to any post or page with the trigger text, or called directly from a template file. A CSS file is also included for easy style changes.
Related Plugins
There is also a plugin available to generate a multi-column list of your WordPress categories.
Download
- Latest Release (For WordPress 2.0 through 2.8+)
Notes
The purpose of this plugin is to generate a full list of links (with the exception of the link categories you exclude). This means that it does not sort links by category, only by name.
Installation
- Download the above file and uncompress
- Upload dd-multi-col-links.php to your plugins directory
- Upload dd-multi-col-links.css to your theme directory
- Activate the plugin from the WordPress admin panel
- Configure the options under the admin panel: Options – DDMultiColLinks
Usage
To use this plugin, simply add the following trigger text to a post or page:
<!-- multicollinks -->
If you prefer, you can also call the function directly from a template file with the following command:
<?php echo ddmcl_generate(); ?>
Change Log
- 09-29-07 Version 1.3 – Updated for WordPress 2.3. Added ‘Load Default Options’ button. Removed javascript expand code because it was too buggy.
- 05-16-07 Version 1.2 – Updated for WordPress 2.2.
- 03-02-07 Version 1.1 – Option added to allow click-to-expand lists. Special thanks to Richard K Miller for submitting the code!
- 02-13-07 Version 1.0 – First release.
Options
Here are the options available for this plugin under the WordPress admin panel
Number of columns
The number of columns that the links will be shown in. If you want to show more columns than your layout width will handle, you can adjust the width of each column in the CSS file.
Separate items
Here you can choose to separate the links by letter, with a custom separation header, or no separation at all.
Separation header
If the separation option is enabled, this is where you enter your separation text, which will be shown above each set of items. You can use %L to show the letter. For example, if you enter Links: %L then it will show Links: A, (list of links), Links: B, (list of links), etc…
Excluded link categories
This is a comma-separated list of the link category IDs you want to exclude from the list.



Jump to Comments