Amy
Forum Replies Created
-
Hello,
Sorry for the delayed response, I was away.
Thanks for these suggestions, unfortunately neither worked. The first had the same result, showing the filename of the photo. The second workaround didn’t work at all, it won’t display the thumbnail or the title.
Looking at this again, I can see I’ve misunderstood what that array was doing. It’s stripping away the title tag content … so to revise my question, how could I instead input the post’s title there?
Forum: Fixing WordPress
In reply to: "Use as featured image" button disappearedSorry to post 3 times, but I just found this, which may be of some help? I’ll try tomorrow and post:
http://ww.wp.xz.cn/support/topic/featured-image-missing-in-32?replies=8
Woohoo! It worked for me.
Add the following to your functions.php file.
<?php add_theme_support( 'post-thumbnails' );?>Forum: Fixing WordPress
In reply to: "Use as featured image" button disappearedI should add, this is a new site which is not yet live (although it is online). So I haven’t upgraded from an older version, when I installed WordPress (I forget the exact version, but it would have been a version before the one we are now, 3.3.2 which normally has the featured image box present), it was missing.
I have found this on two client’s sites, although they are hosted in different places, so that can’t be the common denominator. I presumed it was a widespread bug and although I’ve found a few posts about it, no one seems to have a solution as of yet.
Thanks,
Amy
Forum: Fixing WordPress
In reply to: "Use as featured image" button disappearedI too am having the same problem. I have disabled all of my plugins and switched to a default theme (twentyten) but the box for featured image is no where to be seen.
I’ve also done a fresh install of WordPress. The only thing which has remained is the database, so I suppose that is likely to be the cause? I’m in a LAMP environment.
Any help would be much appreciated.
Thank you.