Yes, there is. You are looking for the thumbnail image size, I would say.
So, for each post, don’t just do the_post_thumbnail();
, instead do the_post_thumbnail('thumbnail');
.
Related Posts:
- The the_post_thumbnail without srcset?
- How to get gallery images?
- Grab the first paragraph of each post
- add_image_size is scaling, even though crop is set to true
- Single Page WordPress Theme – Using page templates
- How do I get gallery thumbnail URL and change the default thumbnail size?
- First post of each category
- Finding Page Template and Displaying Content
- Cannot get full thumbnail size using the_post_thumbnail
- Some doubts about how to show posts in a custom theme?
- Echo all category names, apart from one
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- how to get the post attachement image in full size?
- Are seven additional image sizes are too many?
- How can I use the WordPress Loop and Pagination in multiple instances but different scenarios throughout my site?
- first excerpt fine, subsequent post excerpts shift to the right instead of displaying vertically [closed]
- Change Image Sizes for Mobile Theme
- How to add cropped custom header image?
- Is there a way to serve different resolution images to different devices?
- List categories of a post hierarchically?
- Local variable name in setup_postdata()
- Can’t upload images on new theme
- How get the 10 most viewed pages (not post)
- How to close open divs in post loop
- Why am I getting posts back when I shouldnt
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?
- How to set a page as homepage in stead of the newspages?
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Renaming a theme so it aids SEO and the theme used is hidden
- Integrate WooCommerce theme with a WordPress theme [closed]
- Admin: sub menu doesnt display under apperance when activate my themes
- Automated Footer information
- Widget Option is Missing
- How do you use WordPress for a website that’s not in a blog format?
- Gallery thumbnails very small
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Overrite parent functions using child functions
- Best way to develop a new theme on a live site, with new content? [closed]
- How do I make the most minimal vanilla theme possible with nothing but raw content?
- Can I Set Up Session in WordPress Custom Page
- Does code in function.php differ from theme to theme
- WordPress 3.8 Backend Admin Color Scheme add more scheme how to do?
- Is it acceptable for a WordPress theme to not accept widgets?
- WordPress Theme Validator?
- Get the amount of posts on a given page
- Should all references to a text domain be to my current theme?
- Theme thumbnail in dashboard
- Custom image size vs CSS sizing
- If you were to start using a WordPress framework today, which one would you use? [closed]
- 3 Level Deep Navigation Menu Not Showing All Levels
- Getting Different Size Of Attachment Images
- How can I change the theme of different posts using a plugin?
- In creating a theme, how can i allow a user to change an image outside post/page content?
- Template for landing pages
- How to list articles by year based on url?
- Change Responsive Images Maximum Width of 1600px
- How to change the theme directory uri for localhost?
- Set a featured image as a replacement to the header image
- Is it possible to have a theme that uses only one single page?
- Custom theme: How to call archive-post.php for viewing blog posts
- How to write “alt” tag in image for wordpress code?
- Will my site get messed up when the wordpress theme updates if I edited the html code in the editor to change footer?
- underscores use of the article element on the page template
- Plugin does not work in custom theme
- How to Have a Pure HTML Sub Directory In WP Site
- How to correctly enqueue the parent and child theme stylesheets in the creation of a child theme? [duplicate]
- How to show a manageable list of images on a post?
- Create a child theme from multiple themes
- Theme not showing up
- html5-reset theme does not show the image [closed]
- Managing WordPress Theme
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- How To Pick Custom Size Of Uploaded Image In Theme Via the_post_thumbnail();?
- featured content: which area does this cover [closed]
- Why in my theme I can’t see all the statics content under the posts?
- WordPress page/blog incorporated into static website
- How to disable thumbnail filter for a specific template part or image size?
- Theme Customizer not displaying saved values in wp_head (CSS)
- Random white space before doctype
- How to obfuscate theme directory URLs
- Adding a gallery to my first theme
- How to add menù section to my WordPress template?
- What are the critical theme files when building a custom theme?
- Remove link on full-size images
- Having issue with WordPress wp_enqueue_style
- How can I prevent posts with no title showing up in my query?
- Starting point for custom Themes [closed]
- How can I hard code my sidebar?
- What exactly is “wordpress theming”? [closed]
- Simple child theme modification but links are broken
- Theme Development -> Specific Homepage
- Making a WordPress theme based on twentyten
- Thesis -style Navigation
- registering a global template wordpress 6.0
- How can I wrap all blog posts image with
- theme style is applied on the dhasboard rather than the website
- how to retrieve the image title for image Post Format
- Copying the theme style files and images to duplicate the website but with a difference
- Why still output /wp-content/themes/twentynineteen?
- Previous and Next links not populating, have I missed something?