• Hello all…

    Is there anyway i can change the default link url when inserting an image, so its always ‘none’ rather then displaying the link there straight away?

    I have a site which has a lot of images but will never need it, so i have to click none every time.

    Any chance?

    Cheers ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jezthomp

    (@jezthomp)

    Can this not be edited at all?

    In WordPress 3.0.1, WordPress ‘remembers’ the last choice. So, once you set none, next time you upload an image it will stay none.

    Thread Starter jezthomp

    (@jezthomp)

    Its not working for me.

    I still have to select none every time i add a new image…

    Regardless of whether i am adding a new post or editing an existing one.

    ??

    Thread Starter jezthomp

    (@jezthomp)

    Anyone know of any hard hacks to make it show nothing?

    wp-admin/options.php

    image_link_default_type

    I needed this as well, and it took some searching, but this is the stuff right here… add it to your functions.php file:

    update_option('image_default_link_type','file');

    Or if you don’t want file, use ‘none’ or ‘post’ instead. Or maybe just leave it blank if you want none… I’m not sure. I wanted file to be default and that works.

    dude thank you so much

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Image Link URL Default, None?’ is closed to new replies.