Your theme has not registered support for post thumbnails. You need to add one of these as appropriate:
add_theme_support( 'post-thumbnails' );
add_theme_support( 'post-thumbnails', array( 'post' ) ); // Posts only
add_theme_support( 'post-thumbnails', array( 'page' ) ); // Pages only
add_theme_support( 'post-thumbnails', array( 'post', 'movie' ) ); // Posts and Movies
See the Codex (link above) for more information.
Related Posts:
- Custom Field in Featured image for A particular post
- Posts Page Featured Image [closed]
- How to Replace the WordPress Featured Image with a Video?
- Underscores.me retrieve next / previous post thumbnail in post_nav function
- Convert a complex webpage into WP theme
- Show featured image next to post-teasers in Genesis Framework?
- Admin Notices don’t display on the admin screen for certain post
- page.php showing loop of posts and not page content
- How do I do a page break?
- related author post thumbnail shows post thumbnail
- Display Featured Posts Grid on Static Page (Gazette)
- WordPress Architecture as a CMS – Posts & Pages
- Permanently deleted posts still exist
- Thumbnail With Next/Prev Links Not Showing Next Post?
- Static posts page with home.php
- Second comments section for one post/page
- How do I turn a post thumbnail into a background image?
- Get all images in post and comments like Twitter before post title
- Disable sticky option for specific categories
- Issue where WP Featured Image will not display
- Highlight static blog page link in header
- 404 error on default post type and default taxonomy fronted page
- Overwrite posts/pages via import
- Auto-realod with new posts // Ajax call
- When open add new post or page WordPress add post with ID=0 continuously [closed]
- Start post pagination at 0 instead of 1
- Hooking into the post editing screen for an existing page only
- Redirect to another page using contact form 7? [closed]
- How to create a template for Pages?
- Is there a way to specify an extra class for a post or page with no title?
- Automatically create a new page daily with last three posts
- Using wp_list_pages() after calling query_posts()
- ‘Post-thumbnails’ feature does not seem to register
- When changing pages to posts, how do you set up 301 redirects for the page URLs?
- Display Posts on Custom Page
- User Selectable Delete of Pages
- How to check if single.php has already called the_post_thumbnail function
- 2 dynamic sidebars registered, not showing up
- Multiple Loops Breaking Pages
- “about us”, ” contact” sections should be article(post) or page in the simple small Business website?
- How to get ID of the page included with get_page()?
- Getting only the URL of the post thumbnail
- Posts vs Pages and categories
- Why am I getting a different filename? And how does WordPress load singular.php for both Page & Post? (Fresh WordPress installation)
- How to dynamically parse and transform post/page content before displaying it?
- Block editors annoying warnings
- How to make default “Privacy Policy Page” a normal page?
- Remove Featured Image & All Media Uploaded to the Post
- Get Post’s first image using Short-code
- disable Tab post on nav-menus page (Admin)
- What does WordPress do if I save a post without content/title? [duplicate]
- Proper way of establishing custom landing pages in WordPress
- How to add a class to edit_post_link?
- is_page Funtion for Posts ?
- is_page() and is_page_template() not being differentiated
- Is there a way to create a meta box that can be added multiple times to a post dynamically?
- Post Image not displaying in category view
- How to detect when admin user is on the All Posts page?
- preg_replace not removed “class”
- static landing page leading to author specific pages w/ “live” content
- Total number of posts in query (category/tag/author/search results/main page…)
- Custom Permalink Structure for Pages & Posts
- Getting a “404 Not Found” error when “Preview Changes” is clicked
- Why won’t pagination work?
- WordPress Query Posts From Category Post on Static Page
- How to create a “latest news” page showing a list of posts from blog category
- Automatically add images to a menu
- How do you search for a post or page with a certain url on the WordPress admin panel?
- how to hide empty fields of post category description?
- How to add some html formated text to every new post in WordPress
- how to give multiple post thumbnails to a post
- Intercept page request and add value to it
- WordPress 302 Redirect to Random Product/Post/Page
- Output Post with ACF Fields into other Post
- How to create a page that shows the last 10 posts?
- $_GET parametters not working in an specific template
- New Posts and Pages Won’t Save
- Using wp-cli and delete everypost first image
- My Custom Post Type Still Using index.php
- get_children returns older images
- How to display post title inside thumbnail?
- Posts and Pages: 404 Page not found
- Give posts a particular template based on the assigned category
- the_content() Not Grabbing All Content
- Post Title to featured Image ALT
- Detecting current page from class method
- Having pages after specifying post_type post
- how to handle the loop using filling bootstrap grid structure?
- Unabled to Change Permalinks – Even Using the “Edit” (Resets to Original Permalink on “Update”)
- List all posts, pages and custom post types in admin
- Get featured image on hover of post title [closed]
- Make ‘blog’ page show content as well as posts underneath it
- I don’t want the complete article to show on homepage
- Post/page title to permalink transformation – what is behind the scenes?
- Change Author Name to Sitename on Frontend
- Would a “hub” page work better as a page or a post?
- Display on page every post in blog WITH comments
- Are post, page and category IDs unique to each other?
- Showing recent post of category in page
- HTML Inside of Shortcode Breaks Shortcode Output