WordPress Resizes “Full Size” Images to 500px

Firstly, if you are not using SSL for all your sites, you should step it up! NameCheap's SSL certificates start at only $9. There's no excuse!
Firstly, if you have not tried Digital Ocean's SSD Virtual Servers for only $5/mo, I highly recommend them!

I edited a WordPress template so that the width of the body content was 730px. But when I inserted images and selected “full size”, the stupid thing still inserts <img width=”500″…/>. This can be fixed by adding this to your theme’s functions.php:

$GLOBALS['content_width'] = 730;

About this entry


Good Reads