Hi.
Is it possible to change the theme så that the link in the link post format will open in a new window if new window is set on the link?
Hi jakras81,
Not sure I understand this one??
Cheers,
Alexander @ http://www.mouseclick.com
when I use the post format “link” the link will open in the same window. that is ok sometimes if it is an internal link, but if it is external i would like the link to open in a new window.
is that possible?
Can’t anyone figure this out? Thank you.
I’m not sure if the target parameter on the link can be detected but you can make this a general feature by opening the content-link.php file and manually adding target=”_blank” to the permalink.
Thank you, but I want to have the possibility to change it in the backend, so I can use the “_blank” some times and the “same window” some times….
If you know your way around you can add a post meta, then check if it exists and add the parameter only then.
Well. I don’t know my way around…