Problem with the quality of pictures

January 2012 WordPress Theme
GK User
Fri Feb 28, 2014 10:35 am
Hello, I have a problem with the quality of pictures.
When I set featured image in the article there is a poor quality picture.
It concludes that the photo is taken from the thumbnails displayed in the category.
When I excluding featured image settings then post thumbnails do not appear in the category.

Category: http://blog.krychu-gotuje.pl/przepisy/t ... a-kuchnia/
Post: http://blog.krychu-gotuje.pl/grochowka- ... ym-boczku/

Is it possible to solve this problem?
User avatar
Fresh Boarder

GK User
Fri Feb 28, 2014 11:12 am
Hi,

Did you change any theme files? because it's not default behaviour.
User avatar
Moderator

GK User
Fri Feb 28, 2014 12:56 pm
I did not change anything, but before I had other themes.
Which file is responsible for scaling the image.
User avatar
Fresh Boarder

GK User
Fri Feb 28, 2014 1:13 pm
Game/layouts/content.post.featured.php there's the_post_thumbnail() function responsible for featured image and for category it's Game/content-archive.php - the_post_thumbnail('medium'); , for category is taken smaller image, but single post should be ok.

Try to change function from first file to:
Code: Select all
the_post_thumbnail('full');
User avatar
Moderator

GK User
Thu Mar 06, 2014 11:06 pm
Hi, I added the_post_thumbnail ('full') to content.post.featured.php and now display images correctly. Thank you for the quick reply. Howdy.
User avatar
Fresh Boarder


cron