Change full thumb in category page

Writer, blogging theme for writers and authors | Support forum.
GK User
Tue Jun 21, 2016 12:49 pm
Hi,

I need change full category image in category page for smaller. Page is loading too slowly now. Here is example http://knizak.directive.cz/subdom/knizak/?cat=45. Could you help me how to put smaller thumb instead of full one?

Thank you,
Tomas
User avatar
Expert Boarder

Joshua M
Wed Jun 22, 2016 7:39 am
Hi,

Try to edit Writer/content-header.php file and change the line 124:

Code: Select all
<?php the_post_thumbnail('full'); ?>

into:
Code: Select all
<?php the_post_thumbnail('medium'); ?>

You can use other image sizes, or create your own:
https://developer.wordpress.org/referen ... thumbnail/
User avatar
Moderator

GK User
Fri Jul 08, 2016 7:12 pm
Great, works. Thank you ;-)
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.