How can I change the default image setting not to point to the image URL itself (I'd prefer "none"), and similarly, how can I change the default image setting to Full size?
This website describes my frustrations pretty well:
Frustrating User Experiences: Wordpress Media Upload
If there is an existing thread on this, that would be helpful too.
Thanks!
realTM
Member
Posted 11 months ago #
Did you found how to change the default settings? This default 'link setting' is really annoying.
chinopye
Member
Posted 3 months ago #
Did either of you get any answers to this question? I'm trying to change the default "full-size" to a width of 800px. Currently, it's at 850px. Here is my site Lin and Jirsa Blog . Any help would be greatly appreciated!
Edit your theme's functions.php file and after the opening <?php tag, add:
$GLOBALS['content_width'] = 800;