• I’ve been using WordPress version 2.0 for a few months but am not very techie. I’ve had a corruption problem with the Kubrick theme. My side bar and links are all moved down to the right and the color is off!

    Anyone have an idea for a *simple* fix? I was just thinking of upgrading to 2.0.2 but it’s WAY beyond me.

    https://fglaysher.com/MCRI/

    THANKS!

    Fred

Viewing 5 replies - 16 through 20 (of 20 total)
  • <div class="post" id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>

    I THINK this might be the issue… in comparing it with my index.php file, I found this:

    <div class="post">
    <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>

    See how yours puts the id in the div, and mine puts it in the h3? (yours is h2) Try copying mine and replacing yours with it – change the h3 to h2 so that it matches up with your site style. See if this helps? (Again, this is in index.php)

    I hope so – my methods of doing things like this are usually by trial and error – so if it doesn’t work, put it back the way you had it and we’ll keep trying.

    Thread Starter fg06

    (@fg06)

    Okay, did it. But here’s the validator results:
    https://validator.w3.org/check?uri=https://fglaysher.com/MCRI/

    It doesn’t seem to make a difference though it changed the error message to <h3 etc.

    Ideas?

    Thanks for you help!

    Fred

    It looks to me like you have two posts with the same number somehow… can you check under Manage->Posts and see if that’s the case?

    It just seems like that particular post, #6 is up there twice… I don’t know why, or how, but that’s what it looks like is happening.

    Thread Starter fg06

    (@fg06)

    There wasn’t a second #6 there. It post #3 there were a lot of div’s between the message and my signature line, so I deleted them, and somehow it seems to have FIXED the problem!

    Don’t know why, but, good enough!

    Thanks for your help! I appreciate it!

    Fred

    wow – well at least you got it back up and running well!!
    i think i might’ve “overthunk” LOL

    thanks for posting the answer though!

    I’d still be interested in fixing that one error though… I’m not sure how it’s getting called in exactly if there’s not a duplicate post ID somewhere, somehow, but the error’s still there… hopefully it won’t cause you any problems in the future though!

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Corruption Problem in Blog’ is closed to new replies.