[wp-testers] add_theme_support error?

Doug Stewart zamoose at gmail.com
Sat Apr 3 15:47:40 UTC 2010


Config file? You need to add this to your theme's functions.php. If
you're adding it to your wp-config.php, You're Doing It Wrong(tm).

On Saturday, April 3, 2010, Jennifer Stuart <jennifer at stuartweb.net> wrote:
> I was going to test out post_thumbnails, added this to my config file:
>
> add_theme_support( 'post-thumbnails' );
> set_post_thumbnail_size( 150, 150, true );
>
> and got this error:
>
> Fatal error: Call to undefined function add_theme_support()
>
> (I'm new to the wp-testers list - so if there's a protocol for asking about issues - please let me know.)
>
> -Jenn
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>

-- 
-Doug


More information about the wp-testers mailing list