• Michael Burke

    (@mikeyb2001)


    i think i found the problematic code but im not sure i get an excerpt at the top of all my posts heres the blog mikeyb2001.com

    <?php if ( has_post_thumbnail() ) : ?>
    <div class = “post_left”>
    <?php the_post_thumbnail(); ?>
    </div><!–end “post_left”–>
    <?php endif; ?>

    <div class = “<?php if ( has_post_thumbnail() ) { echo ‘post_right’; } else { echo ‘post_long’; } ?>”>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘problematic code excerpt at the top of every post’ is closed to new replies.