It may be that some of your images were uploaded before you created the custom image size function. If that’s the case, a plugin like Force Regenerate Thumbnails will solve your problem.
Alternatively, for more versatility you could use the images as backgrounds, like so:
<div style="background-image: url(<?php the_post_thumbnail_url(); ?>)" id="post-thumbnail"></div>
and set the background size for #post-thumbnail
to cover
.
Related Posts:
- How to use SRCSET with get_the_post_thumbnail()?
- ‘Post-thumbnails’ feature does not seem to register
- Else/If Statement to Display Photo Descriptions
- How to correctly add the featured immage (thumbnails) support in a WP theme? Why I can’t add a featured immage?
- Function to return true if current page has child pages
- How do I change/modify the_post_thumbnail(); html output?
- Proper use of Output Buffer
- List of all theme customizer control types?
- Need help setting default setting value for radio button in theme customizer
- function_exists call in function.php
- Is it possible to get a theme customizer setting from wp.customize using jquery?
- Debugging an error: wp_enqueue_style was called incorrectly
- How to get the registered sidebar’s name by its id?
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- Dynamically change feature image in customiser
- One button to change all settings in theme customizer?
- Hide a menu-item and its submenus and display a ‘Log in’ link if the user is logged out
- Set WordPress Default Template
- Trigger popup in a php if/else statement
- Create another “Display Site Title and Tagline” checkbox, “Header Text Color” setting and control
- Converting HTML Template to WordPress Theme
- Set the background to a default image if there isn’t a specified “featured image”
- How to remove the cufon script from Dzonia Lite theme [closed]
- How do I add custom bulk actions to multiple custom post types?
- what is the best practice to add new field to an api route
- Error in custom php function doesn’t exist
- Populate editor with some content of a page with a page template
- Catchable fatal error: Object of class stdClass could not be converted to string after WP 4.7
- Compare the old get_theme_mod($name) to the new get_theme_mod($name) return value
- Skt full width basic slideshow problem
- How to disable controls in theme customizer?
- How do I link a button I created in theme customizer to a function?
- Trying to retrieve post meta
- Is there a way to conditionally check whether a WordPress post title is empty?
- Is the “_s” on this `sprintf(__(‘Page %s’, ‘_s’), max($paged, $page))` just refer to a text domain?
- Redirect to another page using contact form 7? [closed]
- height should be set to auto to avoid pixelation in the post thumbnail function
- WordPress admin-ajax.php
- Use .php file as page instead of wordpress page & template file?
- Use WordPress function in php file
- How to obtain the current website URL in my theme?
- What exactly do this function declared into functions.php file of a WP theme?
- How to call multiple functions from multiple files into a WordPress page template [closed]
- get_template_directory adding FTP root folders in urls
- Theme not calling Jquery properly
- What is the best way to define constant options for a theme?
- How to make function appear in sentence?
- Help Fallback (thumbnail)
- Removing “Powered by” footer using child theme PHP [closed]
- How to add aria role and schema markup to custom walker container
- get_page_templates only return templates with “home” in the filename
- Fallback image URL if no featured image exists via a shortcode function
- Is there a hack for using is_page() within the function.php file?
- Extract and display user infromation on an automatically created page
- Show different website layout if no sidebar added
- How to Make Thumbnail of Post Stay Animated
- How can I assign separate stylesheets to different pages?
- Need advice on theme customizer and child themes
- How to make sure relative URL works when site is not on root domain?
- Get the alt text of the image in a array
- Trying to change featured image from 180×180 to full width on home page
- Getting text from custom field from customizer
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- Need help for some PHP code
- Uncaught TypeError: extract(): Argument #1 ($array) must be of type array, null given
- How to change basename url for wp-admin?
- how to replace h1 entry title with h2 in category pages only
- Add Featured Image to Existing Post
- not outputting medium size image URL
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
- How can I prevent a shortcode div from extending beyond its boundaries?
- How to put 2 php codes in functions.php without site crashing
- How to link all featured images to custom url in single.php for only non-logged-in users?
- Menu to the right of screen on desktop using Bootstrap 4
- Theme editing “post thumbnail” help
- Showing wordpress latest post thumbnails in slider with auto increment
- Where can I find the declaration of `$_wp_theme_features`?
- Calling PHP function doesn’t work in index.php
- insert thumbnail image from php script
- Can’t put a hyperlink on Featured Post’s Image
- Extend the WP_Customize_Image_Control class to change its non-frame $button_labels
- A Customizer checkbox control that sets the setting to “” or to “blank” and show() or hide() a color control
- My customizer’s setting doesn’t set to the default and needed to click the control’s “Default” button before it’ll be set
- Save the outputted image into the Media Library, with a different filename and extension
- WordPress get_post_meta issue
- Overwriting a Shortcode
- WordPress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
- How to add button to top of theme customizer?
- Adding code to the function file
- Adding php within a return statement [closed]
- I need a button to appear when not loged in and another when logged in, I need help fixing code PLEASE!
- Load slideshow.css file only if Slideshow is checked / on
- How can i give a download link to the thumbnail or featured image
- add if statement to the featured image
- How can I fix my pagination?
- Remove default Image Sizes
- Add attribute to featured image with filter (wp_get_attachment_image_attributes)
- Generate and upload screenshot as featured image for user-submitted post
- require used as a function to load theme dependencies?