• 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 are both 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. ??

    (am reposting this, I put code in my first post and think I borked the internet, sorry, my bad. ?? )

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t know if this helps… but the category of links that doesn’t show up is also the default ‘bookmark’ category

    hmm, ok, I’ve got it working now (sort of)… if I have category 5 called on its own, it works. But if I call more than one category it doesn’t work (only when including 5).

    i.e.
    get_links(‘3&4’, etc.) … works
    get_links(‘3&6’, etc.) … works
    get_links(5, etc.) … works
    but
    get_links(‘?&5’, etc.) doesn’t work??

    Odd. Anyway, I suppose I’ll just have to have more code… Just thought I’d post this in case anyone else has the same prob.. save them a few hours of their lives. ??

    p.s. Although this is not going to help me in my sidebar with the same issue … have to keep puzzling it out. So, any hints would still be mucho appreciated, cheers.

    This is now resolved, as ‘MichaelH’ pointed out here, I was using ‘get_links’… when post 2.1 installations should be using ‘wp_list_bookmarks’. Huzzah!

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