I make a lot of WordPress themes, and frequently clients want to associate a particular size of image with a post. You can do this easily with WordPress by using add_image_size() to define an image and then by calling wp_get_attachment_image() later to print the markup for that image.
So for example, if I have an [...]
Tag Archives: plugin
New WordPress Plugin: Custom Image Sizes
March 11, 2010 – 11:29 pm
WordPress Plugin: GZIP Pages
February 22, 2008 – 12:46 pm
WordPress 2.5 is being released in less than three weeks. While it has a lot of exciting new features, it is also missing a feature that’s been part of WordPress for a while: the option to compress page content for browsers that support compression. Up to version 2.3.3 of WordPress, you could select [...]
