• Hello, I would like to create a list of links under each category instead of listing all links in one list in sidebar.

    here’s the standard wp code for grabbing links in sidebar:

    • <h2><?php _e(‘Links’); ?></h2>
      <?php get_links(‘-1’, ‘

    • ‘, ‘
    • ‘, ‘
      ‘); ?>

    How can I ONLY grab the links under a specfic link category such as “blogroll”, “news”, etc to display seperately from each other rather than bundled in one list under “Links”?

    I hope I’m clear? ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display ONLY links under ONE category in sidebar’ is closed to new replies.