Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55016

    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/

    #55063
    Sakin
    Keymaster

    I 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 copy content.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' ); ?>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Image show full image like featured slider’ is closed to new replies.