Hi All, I have just installed a new WP theme and for some reason thumbnails are not working. I am setting them exactly the same as with my previous theme. Im guessing it is because my php files for the new theme are not set up to use them. I have posted my index.php file below. If this is the file causing the issue could someone please update it to get my thumbnails working. If there are other files causing this, please let me know. Many thanks all. <?php get_header(); ?> <?php get_sidebar(); ?> <div class="wpn_right"> <?php if (have_posts()) : ?> <?php include ('editable/homepage/pitch.php'); ?> <div class="wpn_content"> <?php include ('editable/homepage/clients.php'); ?> <div class="wpn_clear"></div> <?php include ('editable/homepage/about-us.php'); ?> </div> <!-- 404 Error --> <?php else : include ('editable/404/404-error.php'); endif; ?> <div class="wpn_clear"></div> </div> <?php get_footer(); ?>
What is ur site url and if u have thumbnails folder of theme, ensure folder permissions are writable.