I think the "Allow links to external URLs" feature should not open links in a new window, or should provide the option. If the link is to an internal page it should not open a new window, and in many cases a link to an external page should also not open in a new window.
Great plugin! Thank you very much.
http://wordpress.org/extend/plugins/portfolio-slideshow/
Hi Mike,
We have added an option in the Pro version that lets you determine whether the links should open in a new window or not. We haven't had time to add that to the free version yet. It's a very simple bit of code in the PHP if you want to make the change to your copy of the plugin, I can tell you exactly which line of code to change.
Regards,
Dalton
jetcreates1980
Member
Posted 1 year ago #
Hi Dalton,
I would like to receive the PHP code to open in a new window.
Thanks in advance.
grtz,
Marjet
Hi Marjet,
Just do a search in the main php file for the term target="_blank" and change that to target="_self"
Dalton