Some people might like it. I personally don’t want my images to be links to itself by default. To do this, open the functions.php file in your theme and put somewhere
[php]update_option(‘image_default_link_type’,”)[/php]
(I put it on the bottom)
< Back to WordPress
Some people might like it. I personally don’t want my images to be links to itself by default. To do this, open the functions.php file in your theme and put somewhere
[php]update_option(‘image_default_link_type’,”)[/php]
(I put it on the bottom)