• Home
  • About
  • Blog
  • Contact
Posted in Wordpress Tips on April 4th, 2008

Thumbnail For Your Wordpress 2.5 Posts

For a recent project of mine, I wanted my Wordpress site to have posts listed on the front page, but wanted the option to include a unique thumbnail for each post that would sit pretty under the title.

I came across a nice tutorial after a little Google searching and found this great article on exactly how to do it.

It’s absolutely perfect, just that once you do this, all your posts need to have a thumbnail, otherwise there will be a missing placeholder where the thumb should be. In my case I wanted to have the ability to either use the feature or not to use it.

From using the foundation of Blogging Bits’ code, I just added a statement to check if the image has been added assigned to the post, and if not, the thumbnail code is ignored. If this is something you want to do, check out Blogging Bit’s tutorial, and if you want to add my modification for the option not to always need a thumb, here it is:

<?php
$thumb = get_post_meta($post->ID, "thumb", true);

if ($thumb != "")
{ ?>

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

<?php the_excerpt(); ?>
<?php } else { ?>
<?php the_content(); ?>
<?php } ?>

 
Remember, I’m not a professional PHP programmer myself but I’ve tested the code and it seems to work. Good luck, I hope it helps!

Responses to “Thumbnail For Your Wordpress 2.5 Posts” - 2 Comments

  1. Kevin Yung says:


    April 4th, 2008 at 6:37 pm -

    Thanks so much, David. You have done what I wanted to do in WordPress.

  2. Mohsin says:


    April 5th, 2008 at 9:43 pm -

    Excellent work David! I’ve added your code to the post. :)


Leave a Reply

  • Services

    • Search Engine Optimization
    • Wordpress Consulting
    • Get Your Own Blog
    • Domain Registration
    • No Web Presence?
    • Hot Topics

      • Wordpress Tips
    • Latest Articles

      • Speed Up Wordpress Performance
      • Thumbnail For Your Wordpress 2.5 Posts
    • Links

      • FunnyFx.com
      • ImYourProducer.com