• 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

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter lcguy

    (@lcguy)

    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: https://www.sevenstripes.com/blog

    Any help would be much appreciated!

    double bump

    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 { }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to add category count number in almost spring theme’ is closed to new replies.