I can't get this thumbnail thing to work I even found a solution on these forums that doesn't work either.
<?php
$customfields = get_post_custom();
$scrp = get_bloginfo('wpurl') . '/tt-scripts/timthumb.php?';
if (empty($customfields['paddimage'][0])) {
$imgpath = $scrp . 'src=' . get_bloginfo('wpurl') . '/wp-content/themes/magaling/images/thumbnail.png' . '&w=83&h=83&zc=1';
} else {
$imgpath = $scrp . 'src=' . get_bloginfo('wpurl') . $customfields['paddimage'][0] . '&w=83&h=83&zc=1';
}
?>
thats where the code should be working
http://macombinvestments.net/?page_id=8
is where the blog page is as you can see the thumbnails are not working