Tagged: featured image, featured slider, Simple Catch
- This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by Sakin.
-
AuthorPosts
-
April 3, 2015 at 8:24 pm #55016sales [at] 1stattack [dot] comParticipant
Hello,
I am wanting my featured image to show the full image on the category page like it does in the featured slider. I thought I had this fixed, but all the new posts I add only show part of the image. I don’t remember how I fixed it before. My website is 1stattack.com, but if you go to the following link you will see what I am talking about. http://1stattack.com/category/fast-attack-trucks-built/April 4, 2015 at 1:43 am #55063SakinKeymasterI am not so sure what are you talking about. So in category page, you want all the image from left to be at the top of image with full size. Then for this, you need to build child theme. You can check this http://catchthemes.com/blog/create-child-theme-wordpress/ out for child theme.
Then you need to copycontent.php
from your parent theme to child theme and then replace the code<?php the_post_thumbnail( 'featured' ); ?>
with<?php the_post_thumbnail( 'full' ); ?>
or<?php the_post_thumbnail( 'large' ); ?>
-
AuthorPosts
- The topic ‘Featured Image show full image like featured slider’ is closed to new replies.