Beautiful Post Thumbnails for your WordPress Blog

Beautiful Post Thumbnails for your WordPress Blog

digg delicious mixx reddit stumble

Coder

Im a code addicted guy, studying Computer Programming . You can follow my stream @coderplus

14 Comments Leave yours

  1. You can achive the same effect using the native gallery function in wordpress, no extra plugins or custom fields…
    Just a small function to retrieve the thimbnailed size attachment..

    • Coder #

      yea you can use a function based on wp_get_attachment_image to grab the thumbnails and change the thumbnail image size settings from the wordpress admin panel . And it will be easier in WordPress 2.9 using the_post_image()

  2. Interesting article, thanks

  3. Tim #

    I want to thank you for this post. I have been trying to figure out how to do this for a couple of weeks and just couldn’t find the right help. I tried the WP forums, the WP IRC channel and no one could help me. Thank you so much.

    • Coder #

      i am glad that it helped.. :)

  4. Useful ! thanks

  5. Thanx for your very useful article. But I had trouble navigating through your web site because I kept getting 502 bad gateway error. Just thought to let you know.

  6. paul #

    how would you implement this on a thesis theme?

  7. works for me

  8. Hi. I’ve just started using timthumb and I have WP’s 2.9 version.

    How do you add padding to the thumbnail? In my homepage, the thumbnail is displayed flushed against the title bar and it doesn’t look visually appealing. I’d like to show it BELOW the title bar and justified to the left.

    Here’s the URL to my site: http://forgoodingsake.com

    thank you so much!

    • Coder #

      Hello Christine,
      you have already added some styles for the thumbnail in your style sheet file

      .thumb {
      float: left;
      margin: 30px 10px 10px 10px;
      }

      this is what i see there. you can adjust the values to get the required effect. the margin values are in the order top, right, bottom, left.

  9. Bob #

    How do you add lightbox or thickbox (example: rel=”lightbox” or class=”thickbox”) to the “WordPress Way” code

    if($attachments)
    {foreach ( $attachments as $attachment_id => $attachment ) {?>
    <a href="”>;

  10. hay sir

    sir can u tell me how to add “Auto Post Thumbnail” in wordpress

    sir just look like this web site “http://www.theme-junkie.com”

    Plz Sir Tell Me About This mothed

    my web site is http://www.Gloori.Com

    this is my free wp theme

    sir this is my free wp theme link

    http://fthemes.com/demonstration/?wptheme=TodaysNews

    and this is download link

    http://fthemes.com/download/?theme=todays-news

    me not understand how to install “Auto Post Thumbnail” in my wp theme

    plz sir tell me about this im waiting for ur reply
    byee

  11. eliel #

    Hi! is there a way that I can integrate this with lightbox 2 because when I try it the lightbox is working but no image appearing only a broken icon.
    Here is my code

    // FIRST LOOP: display posts 1 thru 5

    <a href="” title=”" $(‘#column_01′).lightBox();>
    <img src="/timthumb.php?src=&w=270&h=140&zc=1″>

    // SECOND LOOP: display posts 6 thru 10

    <a href="” title=”">
    <img src="/timthumb.php?src=&w=270&h=140&zc=1″>

    // THIRD LOOP: display posts 11 thru 15

    <a href="” title=”">
    <img src="/timthumb.php?src=&w=270&h=140&zc=1″>

    :

10 Trackbacks

Leave a Reply





  • Full RSS Feed

    Full RSS Feed

    Subscribe to our RSS Feed with full posts for your enjoyment.

  • E-Mail Delivery

    E-Mail Delivery

    We will send full blog posts to your inbox each time new posts plublished.