All my thumbs have gone – why?
-
Hello,
I cannot understand this problem. All my thumbs are showing as:
noimg.pngI went into the theme single.php and found this code:
<img src=”<?php $values = get_post_custom_values(“thumbnail_url”); echo $values[0]; ?>” width=”120px” height=”90px” alt=”<?php the_title(); ?>” />
<?php } else { ?>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/noimg.png” width=”120px” height=”90px” alt=”<?php the_title(); ?>” />If I understand it says, if the thumb is not found, use:
<?php bloginfo(‘stylesheet_directory’); ?>/images/noimg.pngWhere are all the $values = get_post_custom_values(“thumbnail_url”); getting posted? Where and how can I change the values in order to have the script looking in the right place?
my site is here:
https://arcadedrawinggames.com
Any idea please?
Thank you,
Bambi
- The topic ‘All my thumbs have gone – why?’ is closed to new replies.