Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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!

    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(); ?>

    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 do deselect uncatagorized while selecting the catagory I want and yet the post still shows up in uncatagorized.

    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!

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