Meeta theme featured image not showing in post
-
I have installed the very nice meeta responsive theme. However when I add a featured image the featured image does not display on the home page. I have tried different image sizes but to no avail. I have also tried to add:
if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
}to various parts of the theme templates (there are more than one functions.php and being a noob I am uncertain which single or multiple of these I need to edit).
the website in question is https://www.aroadtoremember.com
I suspect that the theme is not correctly allowing the featured image to be displayed. Is there perhaps someone who can take a sneek-peek at the theme templates and see where this error may be occurring?
- The topic ‘Meeta theme featured image not showing in post’ is closed to new replies.