• Is there a reason that paragraph tags from the_content or anything else in the loop would not close?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Are you using the RTE?

    Thread Starter waraxe

    (@waraxe)

    Negative.

    Did you do any editing in the loop itself?

    Thread Starter waraxe

    (@waraxe)


    <div class="entry">
    <h2>" title="Permalink"><?php the_title(); ?></h2>
    <p class="info">
    <em class="date"><?php the_time('F jS, Y') ?> <?php the_time('h:ia') ?>
    <em class="author"><?php the_author(); ?>
    <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?>

    <?php if ($post->post_excerpt != "") { the_excerpt(); ?>
    " class="more">More
    <?php } else { the_content(); ?>
    <p class="filedunder"><?php comments_popup_link('Add comment', '1 comment', '% comments', 'commentlink', ''); ?>
    :: <?php the_category(','); ?> :: Bookmark on <?php wp_notable(); ?>
    <?php } ?>
    </div>

    Thread Starter waraxe

    (@waraxe)

    Okay… that came out messed up. I tried both wrapping the ce in single quotes and the code tag. Zut alors!

    Well except for my HREF’s everything looks correct.

    So that’s “no”? Try disabling plugins, beginning with the notable one shown inside the loop.

    Thread Starter waraxe

    (@waraxe)

    I just checked my source and I se that at the end of a post don’t get a closing paragraph tag. And that’s leading to many xhtml errors.

    Is there a reason why the closing tag wouldn’t be there?

    I do have auto-xhtml correction turned off… because of a plugin, I think.

    When I wind up with a mess like this, I disable all plugins, turn auto-nest correction back on if it’s been off, make sure things are “normal”, then re-enable one plugin at a time until I start getting errors again….

    Usually for me it’s plugins. If that’s not it for you, I’m sorta at a loss….

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Tags not closing…’ is closed to new replies.