• I’m using WP 1.5 alpha 6 with the Kubric template. I’m trying to figure out how to display my links so that they are posted by individual category, like in the default template. As it is now, they all display together under the generic title “Links”. I’d appreciate any help figuring this out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Open index.php in a text editor, or in the “Templates” tab. Find the following line:
    <?php get_links('-1', '<li>', '</li>', '<br />'); ?>

    Change it to this:
    <?php get_links_list('-1', '<li>', '</li>', '<br />'); ?>

    Thread Starter Hesed

    (@hesed)

    Thanks macmanx. It took me a bit to figure out that it was in the ‘sidebar.php’ file, but after that it was a breeze.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display links like default template with Kubric’ is closed to new replies.