Home › Forums › Iconic One Pro Support › How to Change the default setting of images
- This topic has 5 replies, 2 voices, and was last updated 11 years, 2 months ago by Gemini23.
- AuthorPosts
- October 8, 2013 at 3:01 pm #949Gemini23Participant
I would like to change the default setting when inserting images into posts from default of ‘media’ to ‘none’.
How to do this?
October 8, 2013 at 3:21 pm #954Themonic-SupportKeymasterUnfortunately it’s a WordPress setting, theme has no control over it. Even we are setting this manually to ‘none’ everytime 🙂
You might want to ask this in here
http://wordpress.org/support/forum/how-to-and-troubleshootingOctober 8, 2013 at 3:39 pm #955Gemini23ParticipantI have… “It always “sticks” for me. Can you replicate the problem using the default Twenty Thirteen theme with all plugins deactivated?”
So it would appear to be an issue with the ‘theme’
October 8, 2013 at 4:12 pm #956Themonic-SupportKeymasterI have found a solution for you
Go to appearance -> editor -> functions.php
in the very end after everything paste the following code and save
update_option('image_default_link_type','none');
Let me know if this works for you.
October 8, 2013 at 4:24 pm #958Gemini23Participantthanks.. I also had seen that… the functions.php is not writeable.. and I cannot seem to locate which one it is to make it writeable.. what is the file path?
October 8, 2013 at 4:26 pm #959Gemini23Participantokay.. I have gone into cpanel and changed it.. and it has worked.. brilliant!
Thanks
- AuthorPosts
- You must be logged in to reply to this topic.