• Resolved dhacker

    (@dhacker)


    Using WordPress 2.01 – I created a new page – it is showing up as “Uncategorized” but I can’t find a way to assign a page to a category. I’m missing something simple here aren’t I?

Viewing 1 replies (of 1 total)
  • Pages doesn’t get categories. It’s showing up as “Uncategorized” because that’s your default category and because you have the template tag to display the category in your theme’s Page layout.

    If you have a single.php in your theme’s directory, make a copy of it and name it page.php. Then delete all of the category part out of it.

    If you only have an index.php, then try something like this:

    <?php if (!is_page()) { the_category(); } ?>

Viewing 1 replies (of 1 total)

The topic ‘Page in a category?’ is closed to new replies.