Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello

    To get the links to display in seperate lists I do this:

    <ul>
    <?php wp_get_links('Link_Cat_ID_#'); ?>
    </ul>

    Just replace Link_Cat_ID_# with the appropriate ID number.

    Hope it helps.

    Hi. I started another thread (“Can’ Display Links Categories”) on a very similar, if not identical problem, at exactly the same time rsl111 started this one.

    BPartch: I want to give your solution a try, but:

    — In which file do I insert the code?
    — How do I determine the “appropriate ID number?

    Thanks for your help.

    Never mind, I solved my problem. Thanks, all.

    Thread Starter rsl111

    (@rsl111)

    thanks, I appreciate it, I replaced the code but then got this error.

    http://pastebin.ca/134475

    Hello

    You need to change Link_Cat_ID_# to the number for the appropiate link category.

    For example:

    <ul>
    <?php wp_get_links('1'); ?>
    </ul>

    Thread Starter rsl111

    (@rsl111)

    thanks for your help! that worked in getting them into two categories though they both have the same title, do you know how to get it to pick up the category names?

    thanks again

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar Link Display’ is closed to new replies.