• Republic

    (@republic)


    I am new to WordPress and am running WP 2.0.1.

    All posts are being placed in the “uncatagorized” catagory even if the “uncatagorized” box is not check during the writing process.

    How can this be fixed?

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • checksum

    (@checksum)

    The uncatagorized category would likely be your default category so unless you have created new categories and select one of these at post-time – all posts would be filed under this default category.

    Thread Starter Republic

    (@republic)

    I have created five other catagories.

    So when I make a post in EVENTS, the post is logged in the events catagory and also for some reason in uncatagorized 0 even though I have only selected the events catagory in the check boxes to the right.

    For fun, I have tried renaming the uncatagorized catagory to other names, but that does not solve the problem.

    Thanks!

    moshu

    (@moshu)

    You have to select Events and deselect Uncat in the same time.

    Thread Starter Republic

    (@republic)

    I do deselect uncatagorized while selecting the catagory I want and yet the post still shows up in uncatagorized.

    moshu

    (@moshu)

    Then there is something wrong with your setup, though I have no idea what it could be.

    Thread Starter Republic

    (@republic)

    Thanks for some of the suggestions Moshu. I have searched through the Forum and there seems to be some other folks who had the same problem, but there does not seem to be a resolution.

    Thread Starter Republic

    (@republic)

    I did make some changes to the “main index template” and just thought that those changes may have caused this problem.

    Can someone with more WP knowledge than I take a look at my code below?

    Thanks!

    <?php

    include_once(‘gravatar.php’);

    get_header();
    ?>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div class=”post”>
    <h3 class=”storytitle” id=”post-<?php the_ID(); ?> rel=”bookmark”><?php the_title(); ?></h3>
    <div class=”meta”> </div>

    <div class=”storycontent”>
    <?php the_content(__(‘(Read on …)’)); ?>
    </div>

    </div>

    <?php comments_template(); ?>

    <?php endwhile; else: ?>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>

    <?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>

    <?php get_footer(); ?>

    moshu

    (@moshu)

    This one shouldn’t even display in which category the post is.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘All Posts In Uncatagorized?’ is closed to new replies.