Jump to content
Sign in to follow this  
n30

Thumbnail + StationPro

Recommended Posts

n30

Hi, how are you? I have the following problem: My thumbnails are not displayed in the right size: 200x200. When creating a post, upload the image to 200x200 and I set as a thumbnail, but in the blog, it automatically sets the size 150x150. I want to display 200x200. PS: http://calderoncardona.com/blog Thanks for your responses.

Share this post


Link to post
Share on other sites
bryan-hadaway

What sizes are the images originally before you upload, do they vary? Thanks, Bryan

Share this post


Link to post
Share on other sites
cmunns

In your _posts.php the thumbnail is automatically sized to 150x150. You can change it by making this code: `<?php the_post_thumbnail('thumbnail');?>` look like this: `<?php the_post_thumbnail(array(200,200));?>`

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×