Thumbnails not working. Please help.

Discussion in 'WordPress' started by tillson206, Sep 20, 2009.

  1. #1
    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(); ?>
     
    tillson206, Sep 20, 2009 IP
  2. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #2
    What is ur site url and if u have thumbnails folder of theme, ensure folder permissions are writable.
     
    Jalpari, Sep 22, 2009 IP