Title: Quick question &#8211; links/css
Last modified: August 18, 2016

---

# Quick question – links/css

 *  [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/)
 * Hello. I would like to display my 2 different categories on links on my webpage.
   I would like category 1 links to be featured under “blogrolling” and cat 2 links
   to be feat under “more me”. Currently, with the code as follows, both headings
   show up, but the links are all conslidated under “blogrolling.” Any help on how
   I would modify the following code to display the links as desired?? THANKS!!!
 *  <div id=”blogroll”>
    <h3>Blogroll</h3>
    -  <?php get_links(-1, ‘
    - ‘, ‘
    - ‘, ‘ – ‘); ?>
 *  </div>
 *  <div id=”blogroll”>
    <h3>More Eve</h3>
    -  <?php get_links(-2, ‘
    - ‘, ‘
    - ‘, ‘ – ‘); ?>
 *  </div>

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

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170204)
 * Edit – hang on !
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170205)
    -  <li id=”here”>Here
 *  - <?php wp_get_links(11); ?>
 * <li id=”friends”>Friends
    - <?php wp_get_links(2); ?>
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170206)
 * The above post is broken, but that’s how I call and separate link cats.
    The 
   number in the brackets is the link cat ID
 *  Thread Starter [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170211)
 * THANK YOU!! But now only one list, category 2 under “more eve” shows up.
 * I wasn’t sure how to work your code into my existing so I did the following:
   
   <div id=”blogroll”> <h3>Blogroll</h3>
    -  <?php wp_get_links(1); ?>
 *  </div>
 *  <div id=”eve”>
    <h3>More Eve</h3>
    -  <?php wp_get_links(2); ?>
 *  </div>
 * Any hint about what I’m doing wrong…?
 *  Thread Starter [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170213)
 * Also, there are
 *  tags around the “get” commands, they seem to have disappeared from this post…???
 *  Thread Starter [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170214)
 * Oops, “ul” tags!
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170215)
 * Where is your site ?
    Being able to View Source would be helpful here.
 *  Thread Starter [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170216)
 * Thank you!
    [http://www.eve-marie.com/faces/blog/index.php](http://www.eve-marie.com/faces/blog/index.php)
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170218)
 * I see them now ?
 *  Thread Starter [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170219)
 * BIG OOPS… I had been uploading an incorrectly named file… my face is burning!
   
   Thank you SOOO much for your help!
 * OK, but since you’re here… is there a way to change the way the links are displayed,
   instead of alpha order? (Thanks again for your help, next I will be asking for
   your help in cutting my dinner up for me and such 🙂
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170222)
 * Link Order ? Yup.
    Links > Link Categories > Edit (the link cat) > Sort Order
 * If you want another way, there is a method of forcing the order too, which Carthik
   wrote up to save me keeping on typing it 🙂
    [http://wordlog.com/archives/2005/03/09/specify-a-random-order-for-your-links/](http://wordlog.com/archives/2005/03/09/specify-a-random-order-for-your-links/)
 *  Thread Starter [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170223)
 * 1,000,000 thank-you’s!
    Have a great night!
 *  Thread Starter [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * (@bluqueen777)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170224)

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

The topic ‘Quick question – links/css’ is closed to new replies.

 * 13 replies
 * 2 participants
 * Last reply from: [bluqueen777](https://wordpress.org/support/users/bluqueen777/)
 * Last activity: [21 years, 2 months ago](https://wordpress.org/support/topic/quick-question-linkscss/#post-170224)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
