Viewing 2 replies - 1 through 2 (of 2 total)
  • Does your current theme have a category.php or archive.php?

    If you open it up and inspect The_Loop, is it perhaps using the_excerpt instead of the_content?

    Thread Starter graintrader

    (@graintrader)

    Ok, I edited archive.php for my theme (blueblack-10), so it looks like this:
    <?php the_time(‘M’) ?> </div>
    <div class=”entry”>
    <?php the_content() ?>
    </div></div>

    Instead of this:
    <?php the_time(‘M’) ?> </div>
    <div class=”entry”>
    <?php the_excerpt() ?>
    </div></div>

    And it seems to be working. Not sure why, or what The_Loop really is (or does… although I read the link you provided), or what the_excerpt or the_content is or does… but it’s working.

    That’s what counts. I’ll figure out the hows and whys later.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image shows up, but doesn’t!’ is closed to new replies.