Yeah I would love to but their support ticket form does not even work heh – anyone able to provide help??
hi you are right, so thumb was not set – I revisted the code and have this now:
but still not working properly :/
<?php
$thumb = get_post_meta($post->ID, 'thumb', true);
if ($thumb == '')
{ ?>
<?php print_thumbnail($arr[$j]["thumb"], $arr[$j]["use_timthumb"], $arr[$j]['title'] , 149, 125, '', $post = $arr[$j]["post"]); ?>
<h2><?php echo($arr[$j]['title']); ?></h2>
<?php } else { ?>
<h2 class="larger-font"><?php echo($arr[$j]['title']); ?></h2>
<?php } ?>
Any further help or suggestion would be very appreciated, thank you!