• Hi,

    I was wondering if I could show empty categories without any posts, and not have them link to anything just be plain text? Like my categories would look like:

    TOPICS

    1. Humor (3)
    2. News (2)
    3. Technology (4)
    4. Science
    5. Sports

    Anyone?

    THANKS!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter c-unit

    (@c-unit)

    Sorry to bump this! Anyone?

    Thread Starter c-unit

    (@c-unit)

    Last bump I promise, I’m desperate!

    hi c-unit,

    categories are displayed into an unordered list, that means, any category is inside a list item, you can add the name of the empty categories in plain text like this.

    <ul>
    <?php wp_list_categories(); ?>
    <li>Science</li>
    <li>Sports</li>
    </ul>

    And when you add posts to the categories, come back a delete the list items.

    I thinks that could be a solution.

    Good luck!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I show empty categories?’ is closed to new replies.