Viewing 7 replies - 1 through 7 (of 7 total)
  • A link to your blog and perhaps the date code that you’re using in your template?

    Thread Starter falloutme

    (@falloutme)

    <?php the_date(‘l, Fj’); ?> is what im using & http://www.wordsthatkill.org/wp

    That looks like the right code, so that’s a bit odd. Just a thought (quite probably unrelated, but when weirdness happens, it’s always worth checking everything) – I see there’s a problem with the Eventcalendar at the bottom of your page. Does anything change if you disable/remove it?

    If that makes no difference, could you copy the whole of the post heading bit from your template and post it here?

    Thread Starter falloutme

    (@falloutme)

    The even calendar doesn’t do anything. It doesn’t wor so i doubt thats the problem. but i’ll remove it.

    <?
    //
    include(“/home/wtk/public_html/default/cookiecheck.php”);
    include($headervar);
    ?>

    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>

    <div class=”wpheader”> <?php the_date(‘l, Fj’); ?></div>
    <?php the_title(); ?> @ <?php the_time() ?> <?php edit_post_link(); ?>
    <?php the_content(); ?>

    <span class=”colour2″>Vote!</span>:Cam Slam!, F-E.com

    <b> Top 20 Commenters:</b>
    <?php comment_plugger(); ?><br>

    <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
    <?php comments_template(); ?>
    <br> <br>

    <?php endforeach; else: ?>
    <?php echo sprintf(__(“Powered by WordPress“), __(“Powered by WordPress, state-of-the-art semantic personal publishing platform.”)); ?></cite>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>

    OK, that’s officially weird. At this point, I’d start with the usual WP troubleshooting steps:

    1) Disable all plugins. If the problem goes away, re-enable them one by one until it breaks, then you’ll know which plugin (if any) is breaking your site

    2) Try switching to a simple theme (Classic would be fine), use the same format for the date and see if it works there. If it does work, we know there’s something odd in your template, if it doesn’t, then there’s something more odd with WP, and someone who knows more than I do might be able to help.

    Thread Starter falloutme

    (@falloutme)

    it works fine now that i switched to a different theme so i guess it has to do something with my temps. Thanks the help.

    What I usally call “General Weirdness”. Glad to help – and I emailed you about the question you sent via my contact form. Gmail might have filed it as spam, though 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Date Issue’ is closed to new replies.