Forums
(@pepperminx)
19 years, 1 month ago
DOH! I figured out what I did wrong!
<?php get_links(3, '<li>', '</li>', '', TRUE, 'url', FALSE); ?>
should be
<?php get_links(3, '<li>', '</li>', '', TRUE, 'name', FALSE); ?>
Sorry for taking up space, heh.
Thanks for the reply though =o)