ok, so its no way an official way to do it. Its just a jquery code i made to get around this, until the developers fully support this option.
Hope it helps!
jQuery(document).ready(function() {
jQuery("#slider a img").each(function (i) {
jQuery(this).parent().attr('target','_blank');
});
});
ok, i was able to solve this. It had nothing to do with the code here, but i had disabled user from wp-admin and thus they couldn’t execute this link. Thanks anyway.
By the way, I wasn’t able to implement the alert messages before deleting.
Im having trouble with both these functions. When using an admin user, no problem. But when i try to delete using an author user (a post that user created), y receive a wordpress ‘error’ message