• Hi,

    Our “set featured image” is not working after our site was migrated by our host to another server last night. When I click the “set featured image” link in the control panel, it just gives me a blank dialog box. Here’s the code from the home page (http://caspca.org – the three main event boxes under the header)

    <a>" rel="bookmark"><?php the_post_thumbnail( array(287,200) ); ?></a>

    and from functions.php:

    if ( function_exists( 'add_theme_support' ) ) {
      add_theme_support( 'post-thumbnails' );
    }

    any help appreciated.

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your posted code has been permanently damaged/corrupted by the forum’s parser.]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘set featured image not working after site moved’ is closed to new replies.