Page is a not externally linkable
Planet13 - 6:33 pm on Apr 2, 2012 (gmt 0)
BTW: I have tried adding the following code:
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
}
I have put it into these TWO different files:
/wp-content/themes/magasin-uno-reloaded/functions.php
/wp-content/themes/magasin-uno-reloaded/includes/functions.php
But still does not show up.
How can i tell if this function:
add_theme_support
Actually exists? Should I look in the theme's functions.php file? (It ain't in there). I have also looked in the includes//functions.php and it doesn't seem to be in there, either. Maybe i have to add that function somewhere?