Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter pepperminx

    (@pepperminx)

    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)

Viewing 1 replies (of 1 total)