• Hey all.
    You know how if you want the categories to show you use a certain string and it displays them in list format?

    I’ve got a total of 20 categories, and I want to display them on the side panel but side by side in the format of 10 by 10.

    So for example.
    Instead of

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10

    I want it to show

    1 2
    3 4
    5 6
    7 8
    9 10

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter amnesiak

    (@amnesiak)

    nobody with any suggestions at all?

    Thread Starter amnesiak

    (@amnesiak)

    and one final request.

    Thread Starter amnesiak

    (@amnesiak)

    well been a week.
    Just thought I’d check if there are any new faces that can help.

    Chris_K

    (@handysolo)

    I have no bright ideas on doing that programmatically.

    I suppose you could code ’em up by hand in your theme’s sidebar.php (worst case).

    <a href="http://myblog/blog/category/CategoryName>CategoryName</a>

    repeat for each and do your layout as desired.

    Thread Starter amnesiak

    (@amnesiak)

    yes I guess I could to that, it would just have been ideal if it could have been done automatically.

    Thanks for at least replying.

    Anyone else?

    moshu

    (@moshu)

    There are solutions for multicolumn lists… but I don’t think they would work with the generated list.

    http://www.alistapart.com/articles/multicolumnlists

    Thread Starter amnesiak

    (@amnesiak)

    thank you very much I think that will help!

    Kind regards,
    Kei

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

The topic ‘Divide the Category listing’ is closed to new replies.