Show the links in multiple columns.
<h3>Blogroll</h3>
<?php wp_multicollinks(); ?>
Arguments:
NAME TYPE DESCRIPTION DEFAULT VERSIONS
limit integer the number of links. 0(all) 1.0+
columns integer the number of columns. 1 1.0+
category string the name of the category 1.0+
to show.
orderby string sort by name 1.0+
name/url/rating/rand.
order ASC/DESC how to sort. ASC 1.0+
navigator true/false show navigator buttons. true 1.0+
Using Examples:
<?php wp_multicollinks('limit=20&orderby=rand&columns=2'); ?>
<?php wp_multicollinks('category=blogroll&orderby=rand&order=DESC'); ?>
<?php wp_multicollinks('limit=20&navigator=false'); ?>
Custom CSS:
Requires: 2.2 or higher
Compatible up to: 2.7
Last Updated: 2008-12-29
Downloads: 7,795




