I am in the midst of uploading hundreds of images and was wondering if there is a way to default the Apply link to the image? option to "no link"?
Apply link to the image? issue
2 posts from 2 voices-
Posted 7 months ago #
-
Hi,
Open includes > admin > register-admin-metabox.php and find this code
array( "name" => "Apply link to the image?", "desc" => "", "slug" => "media", "class" => "av_2columns av_col_1", "id" => "slideshow_link", "type" => "select", "std" => "self", "no_first" => "true", "subtype" => array('No link'=>'','Open Lightbox when clicked'=>'lightbox','Link to this Post'=>'self','Link to Page'=>'page','Link to Category'=>'cat','Link manually'=>'url'),Replace it with
array( "name" => "Apply link to the image?", "desc" => "", "slug" => "media", "class" => "av_2columns av_col_1", "id" => "slideshow_link", "type" => "select", "std" => "nolink'", "no_first" => "true", "subtype" => array('No link'=>'nolink','Open Lightbox when clicked'=>'lightbox','Link to this Post'=>'self','Link to Page'=>'page','Link to Category'=>'cat','Link manually'=>'url'),Regards,
IsmaelPosted 7 months ago #
Reply
You must log in to post.














