Hi everyone:
I am trying to add thumbnails to my theme and unfortunately I can't seem to be able to assign them. I think my theme has kind of a weird functions.php file and that MIGHT have something to do with it.
I have added:
add_theme_support( 'post-thumbnails' );
to my themes functions.php file.
And I have uploaded a Feature Image to a post.
But I don't see anyway to assign that featured image as a thumbnail (it shows in the body of the post fine, but when I look on the category page, it instead shows the default "no image available" where it should be showing a thumbnail.
Any help appreciated.
BTW: I am using WordPress 3.3.1. and the theme is called Magasin Uno Reloaded 1.1 but the creator doesn't seem to offer any support since itis a free theme.
Thanks in advance.