Title: demka's Replies | WordPress.org

---

# demka

  [  ](https://wordpress.org/support/users/demka/)

 *   [Profile](https://wordpress.org/support/users/demka/)
 *   [Topics Started](https://wordpress.org/support/users/demka/topics/)
 *   [Replies Created](https://wordpress.org/support/users/demka/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/demka/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/demka/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/demka/engagements/)
 *   [Favorites](https://wordpress.org/support/users/demka/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails don’t show using custom field](https://wordpress.org/support/topic/thumbnails-dont-show-using-custom-field/)
 *  Thread Starter [demka](https://wordpress.org/support/users/demka/)
 * (@demka)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-dont-show-using-custom-field/#post-1354266)
 * please … is someone out there who could help me with my problem. I spent hours
   of trying to get it working and so far no go for me. Theme is using thumb.php
   file placed in madmagazine/plugins folder where cache forlder is placed as well…
   I checked the cache folder and even after uploading few images on my posts and
   inserted custom fields, cache folder is still empty … in view source, path seems
   to be fine so I just don’t understand [http://www.bedroomfurnituredirect.co.uk/](http://www.bedroomfurnituredirect.co.uk/)
   
   Please, someone help Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can’t get image loaded using custom fields](https://wordpress.org/support/topic/cant-get-image-loaded-using-custom-fields/)
 *  Thread Starter [demka](https://wordpress.org/support/users/demka/)
 * (@demka)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/cant-get-image-loaded-using-custom-fields/#post-1300397)
 * It’s working now Peter, thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can’t get image loaded using custom fields](https://wordpress.org/support/topic/cant-get-image-loaded-using-custom-fields/)
 *  Thread Starter [demka](https://wordpress.org/support/users/demka/)
 * (@demka)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/cant-get-image-loaded-using-custom-fields/#post-1300396)
 * Thank you Peter. I’m sorry I’m very new to this. If I just replace
    // this checks
   to see if an image file exists if (isset($values[0])) { ?> ” rel=”bookmark” title
   =”Permanent Link to <?php the_title(); ?>”><img src=”<?php // this is where the
   Lead Story image gets printed $values = get_post_custom_values(“leadimage”); 
   echo $values[0]; ?>” alt=”leadimage” id=”leadpic” /> <?php } ?>
 * to this
 * // this checks to see if an image file exists
    if (isset($values[0])) { ?> ” 
   rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><img src=”<?php//
   this is where the Lead Story image gets printed $values = get_post_custom_values(“
   leadimage”); echo $values[0]; ?>” alt=”leadimage” id=”leadpic” /> <?php } ?>
 * would it work then? As I said I’m sorry but I’m not quite sure what I’m doing
   with it and I would really appreciate your help.
    Thank you
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [way to know what people type in my wp-blog](https://wordpress.org/support/topic/way-to-know-what-people-type-in-my-wp-blog/)
 *  Thread Starter [demka](https://wordpress.org/support/users/demka/)
 * (@demka)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/way-to-know-what-people-type-in-my-wp-blog/#post-1287867)
 * That’s exactly what I wanted. Thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)