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) . "&h=150&w=126&zc=1&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) . "&h=150&w=126&zc=1&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?
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
hi! i just browse your website, the thumbnails are okay. are you referring to the thumbnails on the plugin?..is it featured content gallery?