• Resolved therange

    (@therange)


    Hey everyone,

    I’ve gotten tremendous support on this website and I really hope it continues!

    My issue is: My posts don’t show up under the “categories” submenu.

    https://www.itestdrive.net

    For example, I’ve made posts under “Scion” and “Pontiac” but it doesn’t show up under “Categories…” Why is this happening?

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • What is the code in your sidebar to display the categories?
    (don’t paste here the whole sidebar, just the part for listing the categories!)

    Thread Starter therange

    (@therange)

    My sidebar.php has nothing related to “Categories.” However, I found this in the “Main Index Template”

    <div id="sidebar">
    <h2><?php _e('Welcome to iTD'); ?></h2>
    <ul>
    <li><?php bloginfo('description'); ?></li>
    </ul>
    <h2><?php _e('Menu'); ?></h2>
    <ul><?php get_links('-1', '
    <li>', '</li>
    ', ' '); ?></ul>
    <h2><?php _e('Categories:'); ?></h2>
    <ul><?php wp_list_cats('optioncount=1'); ?></ul>

    I don’t know if that helps much.

    I just made a new post on the website and it did show up. Is this because “Sedans” is the default category?

    Thanks!

    Thread Starter therange

    (@therange)

    Anyone please help?

    What happens if you just use <?php wp_list_cats(); ?> instead?

    Thread Starter therange

    (@therange)

    It works! Thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘My posts don’t show up in categories, why? Please Help!’ is closed to new replies.