Hide and resize featured thumbnails
-
Using theme version 1.2.1 and like this theme a lot but I find the featured thumbnails to the left of each post a bit annoying in that there is no obvious control option to disable that feature, hide them or even resize the thumbnail. Write or wrong, I accomplished hiding them by modifying the content.php file. It works the way I want in that if I dont have a featured pic it wont show anything to the left of a post. Would be awesome if an update was made to include settings for these.
Content.php, edit line 30
<img src="<?php echo get_stylesheet_directory_uri()."/images/dthumb.png"; ?>">
Change featured thumbnail size edit line 29 of Functions.php
Old: add_image_size(‘homepage-thumb’,220,200,true);
New: add_image_size(‘homepage-thumb’,95,75,true);
Anyone else got any mods to share?
- The topic ‘Hide and resize featured thumbnails’ is closed to new replies.