Hi. I want to make "Visit Site" button, when it click, always open new in new tab. How make it happen..? thanks
Hello, For this paste code just above </head> tag in the "header.php" file. Code: <base target="_blank">
Hello.. thanks for your answer, but, it effected to all link, open readmore, open category list, and all link opened on new tab. I'm just want Visit Site link to open at new tab, not all link on my site.. thanks
Hello, Undo the previous customization for this issue. Now, Go to the loop.php file present in your theme directory and add the code given below as shown in the below image. Code: target="_blank" And then go the customsinglepost.php file present in your theme directory and add the code as shown in the below image. This will solve your issue.