hey, maybe someone can help me out with this one. i got this in my functions.php file <?php function get_thumbnail($postID) { if( function_exists('p75GetThumbnail') ) { $thumbnail = p75GetThumbnail($postID); return $thumbnail ? $thumbnail : get_bloginfo('template_url') . '/images/default-thumb.png'; } return ""; } what i want to is instead of showing the default thumb (when none is set) witch is /images/default-thumb.png i want to pick up the thumb from my custom field.
THE ABOVE NOT WORKING My php skills are close to none maybe some can be more specific about what i have to do and how. ty
Hello, I read your post but I don't have time now, I'm really sorry. I will review your code later and post the reply here... Again... Sorry