Can't Get Thumbnails To Show (neither Admin nor Frontpage)
-
Hi everyone:
I am trying to create thumbnail images for my wordpress site 3.3.1 and am not able to see in the admin anywhere to “assign” a thumbnail image for my posts. (I am using the the magasin uno reloaded theme.)
I thought there would be an option to set an image as a thumbnail using the Set Featured Image.
However, when I pick the image, only the Insert Into Post button appears. There is no button to set it as a thumbnail instead.
I have added the following:
if (function_exists(‘add_theme_support’)) {
add_theme_support(‘post-thumbnails’);
}to these two different files:
/wp-content/themes/magasin-uno-reloaded/functions.php
and this file:
/wp-content/themes/magasin-uno-reloaded/includes/functions.php
And neither one gives me the ability to add thumbnails in the admin.
Am I missing something?
~~~~~~
A related question:
Does the add_theme_support function need to be DEFINED in a core wordpress file? I am not seeing this function defined in any of the wordpress files in my install.
Thanks in advance.
- The topic ‘Can't Get Thumbnails To Show (neither Admin nor Frontpage)’ is closed to new replies.