This is what I'm using.. what am i doing wrong? (I got no programming skills at all)
<?php previous_post_smart(
$format = '« %link',
$title = '%title',
$fallback = true,
$in_same_cat = false,
$excluded_categories = ''
); ?><?php $nextPost = get_adjacent_id_smart(true); $nextthumbnail = get_the_post_thumbnail($nextPost->ID, array(147,101) ); echo $nextthumbnail; ?>