Magaling(theme) Theme Thumbnail Issue
-
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
https://macombinvestments.net/?page_id=8
is where the blog page is as you can see the thumbnails are not working
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Magaling(theme) Theme Thumbnail Issue’ is closed to new replies.