link option with target=”_blank” option
-
I have been using this plug-in for a few years now. I have two areas that I use it. One links to another page on my site and the other to an external site. I wanted the link to open in a “new window” for external links.
So….
In hot_random_image.php
LINE 551: Change to
<?php if(strpos($link, ‘blackjackreview.com’) == false):?>
” target=”_blank”>
<?php else:?>
“>
<?php endif; ?>which allows external links to open in new window.
Of course, if the plugin updates, I have to re-edit the file.
Any chance this option can be incorporated into a future release?
The page I need help with: [log in to see the link]
- The topic ‘link option with target=”_blank” option’ is closed to new replies.