Title: show link categories names
Last modified: August 18, 2016

---

# show link categories names

 *  Resolved Anonymous
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/)
 * Hi!
    Is there a way to show the categories names in the ‘links section’ generated
   by wp-links on the blog main page? Like: Blogs blog1.com blog2.com CSS Reference
   w3c.org bookofstyles.com Templates halfwaygully.com blabla.etc

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

 *  [Mike Little](https://wordpress.org/support/users/mikelittle/)
 * (@mikelittle)
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21741)
 * Hi,
    Yes you can. If you do something like this: <pre>
    - <?php echo get_linkcatname(1); ?>
 *  -  <?php get_links(1, '
    - ', '
    - ', '', 0, '_updated', 0, 0, -1, -1)?>
 *  - <?php echo get_linkcatname(2); ?>
 *  -  <?php get_links(2, '
    - ', '
    - ', '', 0, '_updated', 0, 0, -1, -1)?>
 * </pre>
 *  Moderator [Matt Mullenweg](https://wordpress.org/support/users/matt/)
 * (@matt)
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21742)
 * That’s exactly what I’d recommend.
 *  Thread Starter Anonymous
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21766)
 * Thanks!!
 *  [Mike](https://wordpress.org/support/users/mike/)
 * (@mike)
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21777)
 * Similar question:
    What are the parameters that < ?php get_links ( ) takes…trial
   and error was taking too long:).
 *  Moderator [Matt Mullenweg](https://wordpress.org/support/users/matt/)
 * (@matt)
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21798)
 * If you take a look at the php file in wp-links it’s documented in the code. However
   this is horrible! Real documentation is coming soon, I’m anticipating .72 being
   mostly tweaks and documentation, with any major new features coming in .73. I
   can promise that `get_links` is going to be simpler in the future though.
 *  Moderator [Matt Mullenweg](https://wordpress.org/support/users/matt/)
 * (@matt)
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21921)
 * Yes, you can’t copy and paste code directly from the forum. I’m working on this.
 *  [antitodo](https://wordpress.org/support/users/antitodo/)
 * (@antitodo)
 * [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21926)
 * Thanks! I’ll try it as soon as my server gets up again… 🙁

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

The topic ‘show link categories names’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 5 participants
 * Last reply from: [antitodo](https://wordpress.org/support/users/antitodo/)
 * Last activity: [22 years, 11 months ago](https://wordpress.org/support/topic/show-link-categories-names/#post-21926)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
