• Hi folks,
    … In my links page and under ‘links’ in my sidebar i am using the ‘get_links’ tag to call a list of links… they both are calling three categories. Cat ‘3’, and ‘4’ return fine, but cat ‘5’ links are not showing up… I’m puzzled that two show fine and one doesn’t. Any ideas, would be appreciated. Thanks. ??

    I’m using this in my sidebar: <?php get_links(‘3&4&5’, ‘

    • ‘, ‘
    • ‘, ‘
      ‘, FALSE, ‘rand’, FALSE, FALSE, 3, FALSE); ?>

      and this in a link page template: <?php get_links(‘3&4&5’, ‘
      ‘, ‘
      ‘, ‘ | ‘, FALSE, ‘rand’, TRUE, FALSE, -1, FALSE); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Starting with WordPress 2.1 you should use the template tag, wp_list_bookmarks instead of get_links.

    ahhhh, of course… I see now, I was still stuck on choosing between ‘wp_get_links’ and ‘get_links’ (I had chosen the wrong one anyway on revisiting. grr ?? ) Thanks. All fixed now, and working beautifully (as it usually does when I haven’t borked something)

    p.s. I had posted this again, this thread didn’t show up for me until today. The other thread is here

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘using get_links… one of three cats doesn’t show up?’ is closed to new replies.