Forums
(@pepperminx)
20 years, 3 months 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)