• Hi,

    I want to split categories of my wordpress blog into two parts. First half should be visible on left sidebar and remaining part of categories should be visible in right side bar.

    I want this because my blog has a huge set of categories so i want to divide it into 2 parts.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mazakaro

    (@mazakaro)

    Please give solution for this…..

    Thread Starter mazakaro

    (@mazakaro)

    any one know this or not

    henkholland

    (@henkholland)

    Do you mean splitting the menu items?

    <?php wp_list_categories('orderby=order&title_li=&include=10,11'); ?>
    
    <?php wp_list_categories('orderby=order&title_li=&include=13,9'); ?>

    then put the first one in your left sidebar.php and the other one in the rightsidebar.php

    Sidebar names depend on theme. 10,11 etc are numbers of wanted category, so change them to your wishes.

    Thread Starter mazakaro

    (@mazakaro)

    Thanks a lot…. u r wonderful ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Split Categories on Left and Right Sidebar’ is closed to new replies.