To specify one or more categories of links, add the catid or catname parameter to the tag.
Examples:
For all links in the "News" category:
[wp-blogroll catname=News]For all links in the category ID 39:
[wp-blogroll catid=39]For all links in categories 39 and 37:
[wp-blogroll catid=39,37]PS: It is not advisable to use both catid and catname simultaneously.
You can remove category titles by adding the notitle parameter to the tag.
Examples:
For all links in all categories but no titles:
[wp-blogroll notitle=1]For all links in all categories with descriptions next to them but no titles:
[wp-blogroll showdesc=1 notitle=1]To do this simply add showdesc=1 to the tag. You may also want to use the showbrk=1 parameter to indicate you want a line break between the link and its description.
Examples:
For all links with descriptions next to them:
[wp-blogroll showdesc=1]For all links in category 39 with descriptions next to them:
[wp-blogroll catid=39 showdesc=1]For all links with descriptions under them:
[wp-blogroll showdesc=1 showbrk=1]You can limit the number of links shown (per category) by adding limit=x to the tag where "x" is the number of items you wish to show.
Examples:
Show 1 link per category:
[wp-blogroll limit=1]Show a maximum of 20 links per category:
[wp-blogroll limit=20]Show a maximum of 3 links per category ordered by name in ascending order:
[wp-blogroll limit=2 orderby=name order=ASC]Yes.
From version 1.2.3 onward, the plugin supports order and orderby parameters.
orderby
String Value. Defaults is 'name'.
Valid options:
idurlnametargetdescriptionowner - User who added bookmark through bookmarks Manager.ratingupdatedrel - bookmark relationship (XFN).notesrsslength - The length of the bookmark name, shortest to longest.rand - Display bookmarks in random order.order
String value. Default is ASC. Sets ascending or descending order for the orderby parameter.
Valid values:
ASCDESCExample:
[wp-blogroll orderby=name order=DESC]Yes.
From version 1.5.2 onward, the plugin supports the catorder and catorderby parameters.
catorderby
By default the categories are ordered by 'name'.
Valid options:
idname (Default)slugterm_group (untested)catorder
String value. Default is ASC. Sets ascending or descending order for the catorderby parameter.
Valid values:
ASCDESCExample:
Order categories by name descending:
[wp-blogroll catorderby=name catorder=DESC]Order categories by number of links ascending:
[wp-blogroll catorderby=count catorder=ASC]Yes.
From version 1.4.0 onward, category descriptions can be shown under the titles using the showcatdesc=1 parameter.
Example:
[wp-blogroll showcatdesc=1]Yes.
From version 1.5.3 onward, categories can be excluded using the excludecat parameter.
Example:
Show all category of links but not the category with ID 34:
[wp-blogroll excludecat=34]Show all category of links but not the categories with ID 34 and 35:
[wp-blogroll excludecat=34,35]Yes.
From version 1.5.0 onward, links can be forced to have any rel you want no matter what they originally were set to.
Example:
Show all links while forcing all links to have rel="external":
[wp-blogroll forcerel=external]Show all links while forcing all links to have rel="nofollow external":
[wp-blogroll forcerel="nofollow external"]To do this, version 1.6.0 introduced the always_show_names=1 and show_names_under_images=1 parameters.
The always_show_names=1 parameter makes sure that the names of the links show up even if you're using images.
The show_names_under_images=1 parameter can be used along with always_show_names=1 to put the link names under the link images rather than next to them.
Example:
Show the names of the links that have images next to their images:
[wp-blogroll always_show_names=1]Show the names of the links that have images under their images:
[wp-blogroll always_show_names=1 show_names_under_images=1]Example:
[wp-blogroll show_images=0]



