Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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…

    someone please help,
    when I put echo get_the_post_thumbnail ( $post_id );
    in wpfp-page-template.php,
    I get Fatal error: Call to undefined function get_the_post_thumbnail()
    please help, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)