amnesiak
Member
Posted 3 years ago #
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
amnesiak
Member
Posted 3 years ago #
nobody with any suggestions at all?
amnesiak
Member
Posted 3 years ago #
amnesiak
Member
Posted 3 years ago #
well been a week.
Just thought I'd check if there are any new faces that can help.
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.
amnesiak
Member
Posted 3 years ago #
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?
There are solutions for multicolumn lists... but I don't think they would work with the generated list.
http://www.alistapart.com/articles/multicolumnlists
amnesiak
Member
Posted 3 years ago #
thank you very much I think that will help!
Kind regards,
Kei