• I get this error in my custom theme file:

    ‘Fatal error: Call to undefined function: the_post_thumbnail()…’

    I have even added:

    ‘<?php
    add_theme_support( ‘post-thumbnails’ );
    ?>’ in my function.php file but still no joy.

    Any ideas what it could be.

The topic ‘Fatal error: Call to undefined function: the_post_thumbnail(’ is closed to new replies.