when uploads image page using add media
, setting url image, when user clicks on image should redirect page. problem is, loading on same page.
i want should load in tab. can't edit each href target="_blank"
have lots of images.
i want know there particular php file should edit or other way there.
please me solve problem
<script> $(function(){ $("a img").attr("target","_blank"); }); </script>
add in <head>
.
Comments
Post a Comment