• Hi all,

    I’m developing my own theme, and in doing so, need to structure the category sidebar widget like so:

    <ul>
    <li>
    <a>CATEGORY NAME<span>PostCountWithOUTParenthesis</span></a>
    </li>
    ...
    </ul>

    And the default way it works is:

    <ul>
    <li>
    <a>CATEGORY NAME</a> (PostCount)
    </li>
    </ul>

    I was wondering if anyone could help me out with this? Thank you – it’s greatly appreciated!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Customizing Category Widget’ is closed to new replies.