Hello, I'm using the wordpress editor, and when I select link and put in a url, it open the url in the same window. I'd like it to open in a new window? How is this possible?!
thanks so much you smart people!
Janet
thanks so much you smart people!
Janet
Re: How get link to open in a new page?
Re: How get link to open in a new page?
$_POST["ckeditor"]=str_replace("<a ", "<a target='_blank'", $_POST["ckeditor"]);
Re: How get link to open in a new page?