• I’m totally new to WordPress, and I need to know how to:

    1. Change the default link category. Right now it’s Blogroll, but I want to change it.
    2. Change the sequence of the link categories. For instance, if I want to make a default link category called, say, Example, and want it to go to the top. Can it be done?

    thanks,
    Jan

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. Admin panel > Links > Link Categories > Edit
    2. AFAIK they are listed alphabetically – descending.

    Hi!

    1. Options -> Writing; on that page, Default post category:

    2. I assume you mean the sidebar? And I’ll also assume you mean the list_cats() function? Take a look here: http://codex.ww.wp.xz.cn/Template_Tags/list_cats#Parameters

    You could make sure it’s the one that appears first in the alphabet, then use sort_order of ‘asc’.

    Or..

    You’ll see there are two sort orders. So you -could- make it so that the description of the Example category starts with an ‘A’ and none of the others do, then use the sort_order of ‘desc’.

    @jbbrwcky,
    everything is right what you said above – except the OP was talking about link categories. 🙂

    ROTFL. It had been a long day…

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Working with link categories’ is closed to new replies.