thumbnail not showing

Discussion in 'WordPress' started by drew68, Mar 6, 2011.

  1. #1
    can't see the thumbnail with these theme i chose. the theme is fashion peal.

    the php for the thumbnail is ...

    <?php $i=1;while (have_posts()) : the_post(); ?>
    <div class="recentframe">
    <div class="recentpic">

    <?php
    $image = get_post_custom_values("featured_image");
    if (is_array($image) && $image[0]!=""){
    $img = $image[0];

    $g = get_bloginfo('template_directory') . "/thumb.php?src=" . str_replace('http://'.$_SERVER['HTTP_HOST'], "", $img) . "&amp;h=150&amp;w=126&amp;zc=1&amp;q=100";

    }else{

    $img = get_bloginfo('template_directory') . "/images/default2.gif";
    $g = get_bloginfo('template_directory') . "/thumb.php?src=" . str_replace('http://'.$_SERVER['HTTP_HOST'], "", $img) . "&amp;h=150&amp;w=126&amp;zc=1&amp;q=100";

    }
    ?>

    <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="nofollow"><img src="<?php echo $g;?>" alt="<?php the_title(); ?>" /></a>


    and my url is http://beautymadam.com/.

    it's not set as a 'featured image'. it doesn't give me that option when i'm posting an article.

    any ideas anyone?
     
    drew68, Mar 6, 2011 IP
  2. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #2
    if someone can help me with the featured news images and the post thumbnail images and possibly setting up this site all together ...i'll pay you via paypal. this one's kinda frustrating.

    here's some solutions from a blog from the admin... i still can't figure it out as i don't know where the 'custom fields' are in my wordpress! it's like it didn't come with it!

    http://www.elegantwpthemes.com/?p=226
     
    drew68, Mar 6, 2011 IP
  3. ayekaye01

    ayekaye01 Peon

    Messages:
    214
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi! i just browse your website, the thumbnails are okay. are you referring to the thumbnails on the plugin?..is it featured content gallery?
     
    ayekaye01, Mar 7, 2011 IP