Resizing WordPress Images with AJAX Thumbnail Rebuild

This is a quick post on how to resize images from WordPress media library after they’ve been uploaded. What’s the current problem? Once you’ve uploaded images to the media library, it’s impossible to resize them to the new sizes that you’ve added using add_image_size() function. How does AJAX Thumbnail Rebuild solves the problem? Although the [...]

2 Comments Short URL , , , , , , , , ,

Notes From “Extending WordPress Themes Without Plugins”

Cameron advises agains adding pluggins for everything, why? Take ownership of your code, know what your site is really doing Build your own library of code and techniques for future projects “Make WordPress fo crazy things nobody else has thought of yet” — Sometimes there isn’t a plugin that does exactly what you want. Makes [...]

0 Comments Short URL , , , , ,