Since your post pages have the featured image, your theme supports the featured image.
First, you need to check if there is an option for the featured image on your page settings in the page details.
In case of cannot find anything related to that, you could make some changes in the page.php
file which prints the page frontend view.
WordPress has a certain standard to print out the featured image and can find the following function (or similar) somewhere in the single.php
file.
<?php the_post_thumbnail(); ?>
Insert the missing function in the page.php
file from the post single template.
PS: Sometimes duplicating the single.php
file into the page.php
would be an easier way to implement it except for the parts of only post related things such as category, tag, etc.
Related Posts:
- How can I get the title attribute from get_the_post_thumbnail()?
- Set Featured Image for Archive templates
- How can I add a set featured image function to a theme that doesn’t already have it built in?
- How do you get thumbnails to show up in the admin edit post?
- 100% width Featured Image Size
- Featured images, am I missing something?
- Recommended Media Size for Twenty Fourteen
- get_the_post_thumbnail() produces different HTML on same arguments
- Migrating a website using custom image tags to use featured images instead
- How do I get the featured image to sit below the header in the twenty nineteen theme?
- Edit box-header on WordPress Dashboard
- Featured images are cropped on index and post page
- Change theme’s thumbnail to cropped WP featured image
- Theme stops media uploader from working
- How to Link External jQuery/Javascript files with WordPress
- Am I allowed to license my WordPress theme under the aGPL
- Best way to include Bootstrap in WordPress
- Best practices for a Style/CSS based theme options page?
- How to license my commercial WordPress theme? [closed]
- How to Use WordPress as Static CMS Without Blog Posts
- How do I create my own admin button and theme settings page?
- Jquery in Child Theme
- Changing the visible url path to css & js files
- How to automatically highlight syntax of code in a post?
- Retaining old HTML archives and displaying themes conditionally
- switch a theme different per user role
- Extra User Profile Field Upload File / Image
- Theme Activation, Create Database Tables
- How to make alert for new version on theme options?
- Alternate header image
- Change logo on each page of University Hub theme [closed]
- Delete database tables on theme uninstall?
- How do you manage your theme versions when privately distributing?
- wordpress themes demo file importing problem? [closed]
- How to run word press theme on localhost in Ubuntu OS?
- get_template_directory has an odd functionality
- Confit theme on WordPress.org
- How to set different settings for a mobile theme?
- How to set a single theme directory on a multisite blog?
- What’s the proper way to include inlined javascript-source?
- Make it possible to pick a color theme for specific pages
- Create register form without a plugin
- How can I use a logo in the header?
- How to find out if page_for_posts is showing (in order to style menu item)
- JavaScript Files Registered in Parent Theme Won’t Load When Calling wp_enqueue_script() in Child Theme?
- the_content() is not displaying content, why? [closed]
- Unwanted edit link on front page
- Need help with making a website where user can add products
- Frameworks for Premium Theming [duplicate]
- Remove problem PHP code entered into footer via Theme
- What is the “pub” theme? [closed]
- Can I change the WordPress default color?
- Enqueue custom css file on specific page
- How to put single-***.php in a specific folder?
- Using JQuery to check for Rel Attribute of Image before Overriding It
- Is a very simple theme secure enough?
- New WordPress Theme Not Showing in Blog
- Theme Modified By Updates
- I want to develop a theme using WordPress. Which theme should I start from or develop from scratch? [closed]
- Background image appears on localhost site but not online
- Remove Commenting on Certain Pages
- Error when installing theme – “failed to open stream: No such file or directory in…”
- disable default widgets in Responsive theme
- Theme seems to have different options on wordpress.com and own-server install
- how would I change background color of a theme using a plugin?
- What’s the easiest way of adding more options in the Theme Options of the twenty eleven theme?
- Fix warning: Missing argument
- My first WP development project – am I envisaging this right?
- brand section in wordpress lost after change theme
- Removing basic header/text elements from a theme
- How i can put on my wordpress the demo of a theme?
- WordPress keeps switching back to empty template
- Best way of creating a website with multiple themes/languages
- Remove the breadcrums on a theme W
- Website Theme Flickering in Chrome
- Enqueue All Stylesheets Found In a Theme Folder
- WordPress ajax insert and delete if already inserted delete the post id stored in custom table
- style.css of my custom theme is not being applied at all
- how to edit homepage
- WordPress Dashboard Problem [closed]
- Change the main width of Twenty Thirteen theme
- WordPress Theme Migration Local to Live Assets Not Loading
- Can I add a blog subfolder to my website and use a different theme
- How to prevent tinyMCE editor to be loaded completely in Text Editor?
- How to modify/ customise NextGen Gallery’s templates? [closed]
- Entire VPS locks up when using particular theme [closed]
- Overwrite template-tags.php in child theme
- Advice for a Newbie WordPress Web Designer/ Themes? [closed]
- Load all files from folder in theme – Security concerns?
- How to disable primary main site header and logo in wordpress (Astra Theme) [closed]
- what is “theme_setup” method for?
- Child theme:Loading js files
- Basic clothing showroom [closed]
- I want to increas my site image [closed]
- Add Text After Logo in zerif lite theme
- Help with responsive theme styling issue
- Theme install failed
- How can i remove footer credit text
- problem with custom url for images as post
- Themes admin page lists a theme, but it fails to delete and is not present on disk