Hello,
I am currently using almost-spring themes and I do not know how to add category list like in "connection" themes.
Although I add "optioncount=1" in sidebar.php, counted number appear just below category name instead of beside it.
I think it is becasue of something need to change in style.css but I don't know how???
Please let me know how to change.
Regards,
Jon
A link to your blog would be very helpful.
A lot of the folks here will just pop over to your blog, pull the CSS and have a look at what that theme's up to and, hopefully, offer a suggestion.
Hi,
Many thanks for your reply. Since my site is in intranet, you can't reach.
Can I send as an attachemt of my site and CSS to you?
Best regards,
Jon
BUMP! I have the same question.
My blog is here: http://www.sevenstripes.com/blog
Any help would be much appreciated!
triple bump? sorry for spamming.
Here's what worked for me.
1. Place 'optioncount=1' in wp_list_cats in sidebar.php (so it becomes <?php wp_list_cats('optioncount=1'); ?>
2. In the stylesheet/css file, comment out or remove
"display: block;" in #sidebar ul ul li a { }
3. Add "display: inline;" to #sidebar ul ul ul li a { }