February 6, 2007
5:45 pm
iMP Links Plugins
iMP Links is a wordpress plugin that displayed your link collection from in two columns without table. Using unordered list with CSS styling. In the top of link collection there is a category jumper to make your collection is easy to find. You can also exlude many category if you want. Manage all your links via wordpress admin panel at link manager (blogroll in wordpress 2.1) section.
Feature:
- Compatible with Wordpress 2.0.x and 2.1
- CSS styled
- Category jumper
- Exclude link category
- Link and category order
Installation:
- Download iMP Links v1.0, and extract to a local folder.
- Upload imp-links folder to wp-content/plugins/ folder.
- Activate from the plugins page in WordPress adming panel.
How to use:
Create a new page or edit the old one and put this code into your page. This code will using default paramater for the output.
<?php iMP_Links(); ?>
Example:
Display links collection with the newest category and links.
<?php iMP_Links($link_order = 'id', $cat_order = 'id', $link_sort = 'DESC', $cat_sort = 'DESC'); ?>
Displayed category and link sort by name without category id 2 and 5.
<?php iMP_Links($link_order = 'name', $cat_order = 'name', $link_sort = 'ASC', $cat_sort = 'ASC', $exclude = '2,5'); ?>
Parameter:
- link_order
Order links by. Valid values are id (default), name, url, image, target, description, owner, rating, notes or rss. - cat_order
Order categories by. Valid values are id or name (default). - link_sort
Sort links by. Valid values are ASC or DESC (default). - cat_sort
Sort categories by. Valid values are ASC (default) or DESC. - exclude
Exclude categories separated by commas. Default is empty.
iMP Links, WordPress Plugin, Blog, Blogging
Loading

Leave a comment »