• SaramaysSpecialties.com

    How do I change make the post images bigger on the main pages so you can see more of the image?

Viewing 2 replies - 1 through 2 (of 2 total)
  • you add image size link

    add_image_size('ebook-store', 60, 75);

    and use like”

    the_post_thumbnail('ebook-store');

    You can change it at functions.php set_post_thumbnail_size( 300, 90, true );
    and you also should change the style.css .newpost1,.newpost7… and the size of the images.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the post image sizes on the main page’ is closed to new replies.