hey duskio,
Did you change any thing else accept wpfp-page-template.php ??
I am asking because the code: `$p = get_post($post_id);
echo the_id();
echo “<div class=’posts’>”;
echo “<a href='”.get_permalink($post_id).”‘>”;
echo get_the_post_thumbnail( $post_id );
echo “<br>”;
echo “<a href='”.get_permalink($post_id).”‘ title='”. $p->post_title .”‘>” . $p->post_title . “</a> “;`
is not working from me, it gives me Fatal error: Call to undefined function get_the_post_thumbnail()
I am using the wordpress 3.2
please help…