WordPress 2x and Thumbnails
Posted on March 5, 2006
2 Comments
I kept hearing folks mention the nifty ability for WP2.x to create thumbnails when uploading images; And I never could see that as an option in my installation. A couple weeks ago I got a hint from a support forum post that mentioned "GD" was necessary. Well golly, I had a clean modern server, surely I had GD, right? Nope. Turns out that I did not. Until just now.
I did some poking around this evening and based on what I was seeing, it would appear I just needed two packages. So first I ran
-
sudo yum install gd-devel
which had half a dozen dependencies. Checked the blog and... nope, still no thumbnailing. Oh yeah... PHP needs to know about it. Ok, so then ran
-
sudo yum install php-gd
Restarted httpd for good measure and ta dah! I can do thumbnails automagically now. Bet I'll need to give PHP a bit more memory now, but a few tests all seemed to work.
Heady stuff, to be sure. But who knows, maybe some other poor schmuck too embarassed to ask for help will find this.
Tags: blog, GD, thumbnails, WordPress
Possibly Related Posts
Comments
2 Responses to “WordPress 2x and Thumbnails”
Leave a Reply



I’ve been grunting around for almost 2 hours now trying to figure out why on earth “Show: thumbnail” didn’t appear when posting, until I reached this post. Yeah, I didn’t have GD running on my test server either, but I do now and it works lovely.
I’ll always remember you for pointing this out.
Disclaimer: “Always” doesn’t necessarily means “forever”; “A week or two” is more likely.
Hey k3nny, glad I could help — and thanks for the chuckle