![]() |
Fuck, any Wordpress guru around?
I have been trying to figure out how to change the size of the "featured image" in the wordpress twenty ten theme. I want to set a size of 300x168 but whatever I try It just keeps going back to 150x150.
Any help is appreciated. :thumbsup |
in the Media settings, did you try changing thumbnail size?
|
i dont even mess around with its a pain try this:
1) install simple post thumbnails 2) set size of thumbnail 3) set code in theme 5mins of work and then you can simply copy and paste thumbnail urls or upload if you really want too |
Add to style.css
.wp-post-image { width: 150px; height: 150px; } Might also want to adjust the size in your Media settings, so you won't get ugly stretched featured images. |
Our Australia office is within a reach of skype call to settle it down.
|
Quote:
|
Quote:
.wp-post-image { width: 300px !important; height: 168px !important; } and it should do it. Otherwise :Oh crap |
I never used the twenty ten theme so I really don't know what featured image are you talking about, but I did some research and it seems it's a fucking mess, quite unexpected since you would expect a flawless theme. Anyway, just do this:
Code:
if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9 Code:
<?php the_post_thumbnail('myfeatured'); ?> |
Quote:
|
|
Quote:
|
Quote:
|
Quote:
|
someone needs to readup on the post thumbnail
|
Did you check out the functions.php file?
|
Quote:
|
Quote:
sorry if this was the issue, sometimes I just give things by already known |
Quote:
|
All times are GMT -7. The time now is 09:05 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123