Try this:
<?php //Custom header
// Check if this is a post or page, if it has a thumbnail, and if it's a big one
if ( is_singular() &&
has_post_thumbnail( $post->ID ) &&
( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' )) &&
$image[1] >= HEADER_IMAGE_WIDTH ) :
// We have a new header image!
echo get_the_post_thumbnail( $post->ID, 'post-thumbnail', array('usemap' => '#Map') );
elseif ( $img_src = get_header_image () ) : ?>
<img src="https://wordpress.stackexchange.com/questions/33814/<?php header_image(); ?>" alt="<?php bloginfo('name'); ?>" usemap="#Map" />
<?php else: ?>
<h1><?php bloginfo('name'); ?></h1>
<?php endif; ?>
Related Posts:
- Why doesn’t WP_Image_Editor save images using the Filesystem API?
- Is there a plugin to make attaching images easier?
- Managing Images for a WordPress Blog: Picasa or Flickr?
- Automatically wrap post image in div
- How to rotate the header image per day?
- Custom image size not selectable in uploader
- where can i add custom script to stop header video from autoplay
- Retrieving and Storing Images Linked from Other Domains on Local Server?
- Customizer image control default value showing in customizer but not on frontend
- Importing media medium setting image gallery / image attachments
- Extract & Display the REAL first image attached to a post – extend the_post_thumbnail()
- Add filename to attachment page url
- How To Add buttons to the toolbar which appears in TinyMce when you click over images
- Image Editor does not affect custom sizes!
- custom headers for static home page and posts page
- How to display post title & excerpt when mouse hovers on an image?
- Automatically add image caption with values from a post parent field?
- Is there a way to dynamically get to your uploads folder?
- Using Fullscreenr with a wordpress blog – weird bug
- Get Image from Media Library with the Title
- Get Custom Logo Alt Text
- Resizing of a header/div in a website through css in wordpress [closed]
- Using custom image resizing script in a page
- Background image not appearing
- Best way to allow overwriting images shipped with the plugin?
- How to add css option to Header Image customizer?
- NextGEN Gallery – open all images on page in fancybox [closed]
- Featured Image If Else Condition
- Clickable image link sends people to wrong URL
- Use custom header as WordPress header
- How do I modify the size of the text in my page titles?
- How can style text like this in wordpress
- Is there a possiblity to replace profile image gravatar with custom user images
- Separate header for static home page and posts page
- Custom theme – how to link the image without posting it
- Trying to set specific image dimensions and crop with ACF
- Customizing the gallery of the post correctly
- Personalized Gallery what are my options?
- We are facing this error in header unable to understand the issue
- adding fade on mouseover to images
- Lightbox not showing image caption
- WordPress 5: including larger thumbnail image sizes in srcset than I have set
- POST 429 Error when trying to place more than 20 images into post at once
- Duplicate Header and Footer
- How to add the option to choose between sizes for featured image within post editor?
- How to add a static text at end of a wordpress permalink
- Creating custom setting in add media popup
- Translate site in own text-language [closed]
- Upload image without resizing but insert in post with resizing
- Bio comes up when the visitor clicks on a picture
- Adding images to anchors in the list created and fetched with wp_nav_menu
- Move text from the side of image to below image [closed]
- How do i edit text that is not in the customization menu
- How do I enable the text editer in my WordPress theme? [closed]
- WordPress Install – “end of script output before headers” when running simple php script
- Show Header When Not In Iframe
- Change default “Apply Changes To” radio option when editing images
- Create a google friendly header with text and logo
- WP_Customize_Image_Control and selecting from library?
- featured images – custom links
- Get a different size of Image thumbnail while working with custom metabox
- Custom image sizes ignored in WP 3.5
- Edit image alignment in WordPress twentysixteen child theme on attachment page [closed]
- Set custom banner image size with wp_customize
- How to search for replacement titles and contents, excluding image URLs
- Custom Search on media files PDF images pages posts
- How to add Disqus comment count
- Enabling Sessions in WordPress 3.0
- Search through custom post type and custom fields takes 5 minutes
- ensure user can only be logged in on one computer at a time?
- Preventing Search Engines Indexing Pages 2, 3 and More?
- How to store foreign language characters in WordPress? [closed]
- Is it possible to replace PHP with NodeJS?
- Change separators in HTML tags
- Cannot figure out how to center div in WordPress theme [closed]
- How to implement a custom password field that redirects to another page upon correct password?
- Adding posts to custom menu [closed]
- Theme Customization through admin panel. (Appearance-Customize)
- Is there a way to set the value and text for Select/Radio/Checkbox using More Fields?
- orderby in query_posts
- Instant install of wordpress
- Problem with theme activatation
- How to customize feed?
- Two description meta tags All in One SEO WordPress [closed]
- Insert menu with a custom walker into page / post body using shortcode?
- How to auto add nofollow to links in custom field?
- How to load a mycred hook from a plugin?
- toggle Multiple Loop with tittle
- Created Custom Block – When I come back to edit post/page and change my block content – Update button stays disabled
- Global theme customization multisite
- Floating CTA Image Integration
- Alt attribute is not showing while the value is given in Media
- Query 1 custom post type, each day, alphabetically
- Admin menu disable new/delete page
- retrieve theme custom settings
- Custom CSS File wont work on second Page
- How to create a shortcode with HTML code in it and custom parameters/
- Post interior margin in twenty eleven theme
- Can’t change WordPress / WooCommerce attribute value order
- Mobile version displaying all wrong after custom theme rewrites