Nowhere to upload image
-
Hi, I’m having the same problem that TeaCii had, where there is nowhere to upload an image from the add banner page. I was able to use the HTML override as a workaround for now, but I’d like to be able to upload the images there too. I basically followed all of your suggestions from TeaCii’s post, but nothing seems to work.
In the theme’s function page, I found
add_theme_support(‘post-thumbnails’);So like TeaCii’s solution, I changed it to:
add_theme_support(‘post-thumbnails’, array( ‘post’, ‘page’, ‘slideshow’, ‘portfolio’, ‘product’, ‘ads_banner’));
but there still isn’t anything there. Maybe I did that wrong?Is there any other reason why the upload feature would be missing? Isn’t this kind of odd?
Thanks,
The topic ‘Nowhere to upload image’ is closed to new replies.