Title: Republic's Replies | WordPress.org

---

# Republic

  [  ](https://wordpress.org/support/users/republic/)

 *   [Profile](https://wordpress.org/support/users/republic/)
 *   [Topics Started](https://wordpress.org/support/users/republic/topics/)
 *   [Replies Created](https://wordpress.org/support/users/republic/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/republic/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/republic/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/republic/engagements/)
 *   [Favorites](https://wordpress.org/support/users/republic/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Timed Images Code](https://wordpress.org/support/topic/timed-images-code/)
 *  [Republic](https://wordpress.org/support/users/republic/)
 * (@republic)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/timed-images-code/#post-676868)
 * citizenkeith – were you able to get the code to work? I have almost the same 
   need for the code for a similar application.
 * If it is working, can you post the code and a link to your site?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All Posts In Uncatagorized?](https://wordpress.org/support/topic/all-posts-in-uncatagorized/)
 *  Thread Starter [Republic](https://wordpress.org/support/users/republic/)
 * (@republic)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/all-posts-in-uncatagorized/#post-341862)
 * 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(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All Posts In Uncatagorized?](https://wordpress.org/support/topic/all-posts-in-uncatagorized/)
 *  Thread Starter [Republic](https://wordpress.org/support/users/republic/)
 * (@republic)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/all-posts-in-uncatagorized/#post-341829)
 * 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.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All Posts In Uncatagorized?](https://wordpress.org/support/topic/all-posts-in-uncatagorized/)
 *  Thread Starter [Republic](https://wordpress.org/support/users/republic/)
 * (@republic)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/all-posts-in-uncatagorized/#post-341808)
 * I do deselect uncatagorized while selecting the catagory I want and yet the post
   still shows up in uncatagorized.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All Posts In Uncatagorized?](https://wordpress.org/support/topic/all-posts-in-uncatagorized/)
 *  Thread Starter [Republic](https://wordpress.org/support/users/republic/)
 * (@republic)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/all-posts-in-uncatagorized/#post-341804)
 * 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!

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