Wordpress: Post thumbnails not showing?

Discussion in 'WordPress' started by DrLakitu, Feb 14, 2009.

  1. #1
    This is the code I have

    " title="<?php the_title(); ?>">
    <img src="<?php $values = get_post_custom_values("thumbnail"); echo $values[0]; ?>" alt="<?php the_title(); ?>" class="thumb" />

    <?php the_excerpt(); ?>

    im adding key field of "thumbnail" (no quote marks) and a direct link to the image. Any idea whats wrong ^^?
     
    DrLakitu, Feb 14, 2009 IP
  2. Tom Thumb

    Tom Thumb Notable Member

    Messages:
    1,529
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    215
    #2
    Tom Thumb, Feb 16, 2009 IP