Wordpress thumbnail

Discussion in 'HTML & Website Design' started by sachy24, Mar 11, 2009.

  1. #1
    I want to create a thumbanail for my wordpress theme similar to thumbnails in a revolution theme.

    PLZ GUIDE ME
     
    sachy24, Mar 11, 2009 IP
  2. qazu

    qazu Well-Known Member

    Messages:
    1,834
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #2
    Open the theme in a browser and take a screenshot of the browser then resize it in photoshop to the size of the thumbnail.
     
    qazu, Mar 11, 2009 IP
  3. sachy24

    sachy24 Well-Known Member

    Messages:
    605
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #3
    No No,
    I want to create a thumbnail for my blogposts to display on my home page. Similar to revolution theme home page.
     
    sachy24, Mar 11, 2009 IP
  4. Sake7

    Sake7 Well-Known Member

    Messages:
    1,098
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    110
    #4
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Read the rest of <?php the_title_attribute(); ?>"><img src="<?php echo get_post_meta($post->ID, "Image", true);?>" /></a>
    HTML:
    I've copied this from my theme, but i'm not sure it is enough.

    Try to put this in your index.php and then, edit a post, add a new custom field name "Image" (case sensitive) and enter the url from your picture.

    Let me know if it works :)
     
    Sake7, Mar 11, 2009 IP
  5. sachy24

    sachy24 Well-Known Member

    Messages:
    605
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #5
    It worked only for the most recent posts. If a new post is made it works for that post but the previous post doesn't have thumbnail
     
    sachy24, Mar 12, 2009 IP
  6. Sake7

    Sake7 Well-Known Member

    Messages:
    1,098
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    110
    #6
    Well i hope someone else will help you more.. I don't know what is wrong :(
     
    Sake7, Mar 12, 2009 IP