SaramaysSpecialties.com
How do I change make the post images bigger on the main pages so you can see more of the image?
SaramaysSpecialties.com
How do I change make the post images bigger on the main pages so you can see more of the image?
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.
You must log in to post.