• I’m using the “CONNECTIONS” theme and doing some altering to my liking, but when I set up my link categories, all my links are just posting in one section called “links” rather than my own link categories. How do I change this?

    Thanks!

Viewing 1 replies (of 1 total)
  • <li id="here">First link cat
    <ul><?php wp_get_links(1); ?></ul>
    </li>

    <li id="here2">Second link cat
    <ul><?php wp_get_links(2); ?></ul>
    </li>

    The number in the (brackets) is the link cat id
    The li id name allows styling per cat.

    Use that sort of thing in place of the single code in your theme which pulls all the links in.

Viewing 1 replies (of 1 total)
  • The topic ‘Link Categories’ is closed to new replies.