• Resolved andybg

    (@andybg)


    When I create a new page (as opposed to a post), it is displayed as being “Posted under Uncategorized”. This doesn’t look nice.
    Is there a way for it to not be posted as uncategorized?
    Also, the link on my page for “Uncategorized” leads to “Not Found”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • With the help of the Template Hierarchy article, determine what Template is displaying your Pages, then look in that template and delete the use of the_category. If you find that the same template that displays your Pages is also displaying your posts e.g. index.php, then you might copy index.php to page.php and edit page.php.

    Thread Starter andybg

    (@andybg)

    Thanks MichaelH.

    The problem was with my blog/home page. I would have expected it to use home.php from my theme, but instead it used index.php. I got rid of the div containing calls to the_category() and comments_popup_link() and it all works a treat.

    Great answer!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘My pages are uncategorized’ is closed to new replies.