How Do You Do This With Wordpress???

Discussion in 'WordPress' started by sigadmin, Feb 14, 2008.

  1. #1
    Hello DP,

    Does anyone know how to insert thumbnail pics into your category pages? The page that I am working on looks like this with no pics:

    http://watchbunch.com/category/brand/bulova/

    but I'd like it to have thumbnails of the images used on the actual post in front of each entry. Right now I am using flickr to host the pics. Any help would be great. Thanks.

    Sig
     
    sigadmin, Feb 14, 2008 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    I am sure that there is a plug in for that, but you will have to search.
    You can also thumbnail each post, with a different plug in.
     
    hmansfield, Feb 14, 2008 IP
  3. Pixelrage

    Pixelrage Peon

    Messages:
    5,083
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The new Revolution themes have this built-in. I'm not entirely sure how he did it, but you enter the path to the thumbnail of each post via the "custom fields" at the bottom of the screen.

    this is the code involved on the theme:
    				<div class="thumbleft">
    					<img src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" />
    				</div>
    Code (markup):
    and the CSS:

    .thumbleft {
    	float: left;
    	width: 70px;
    	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
    	border: medium rgb(207,207,207);
    	}
    Code (markup):
    Of course, I'm guessing something else is present to make this all work, so this wont work if you simply paste it into your site (?)
     
    Pixelrage, Feb 14, 2008 IP
  4. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Yeah, the theme I am using also has that built into it, as well as gravitar support for comments, and featured article photos with excerpts.
    You can find plug ins for all of that, but it is seamless when it is built into the template.
     
    hmansfield, Feb 14, 2008 IP
  5. webmasterlabor.com

    webmasterlabor.com Peon

    Messages:
    2,889
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Are there any existing themes with these features built in?
     
    webmasterlabor.com, Feb 14, 2008 IP
  6. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #6
    I don't know about category images, but many of the Magazine Style, paid themes, have post images, featured images, and Gravatar support built in. Just search Word Press, Magazine Themes.
     
    hmansfield, Feb 14, 2008 IP
  7. TheDutchMan

    TheDutchMan Peon

    Messages:
    374
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #7
    TheDutchMan, Feb 15, 2008 IP
  8. mecho

    mecho Active Member

    Messages:
    538
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    75
    #8
    useful post for me too .. Thx

    btw is there anyway to resize all images in posts too ? i mean the images that we add them via scr tag .
     
    mecho, Feb 15, 2008 IP
  9. webmasterlabor.com

    webmasterlabor.com Peon

    Messages:
    2,889
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    0
    #9
    webmasterlabor.com, Feb 15, 2008 IP
  10. dailygratitudejournal

    dailygratitudejournal Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Yes, thanks for sharing this plugin, I will find it very useful to.

    Laurie
     
    dailygratitudejournal, Feb 15, 2008 IP