• Resolved marcopini

    (@marcopini)


    in the page:
    wp-admin/admin.php?page=wpcai_admin_menu

    for “manage WP Admin Menu”

    it’s possibile add “target blank” in a single voice of menu links?

    Thank you!

    • This topic was modified 1 year, 10 months ago by marcopini.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @marcopini,

    No I don’t think so, but you can achieve this with custom jquery.

    For example to make the tools menu items open in a new window you could use the following jquery:

    if( $(‘#menu-tools’).length ){
    $(‘#menu-tools’).find(‘a’).attr(‘target’,’blank’);
    }

    You would need to modify it to suit your menu item. This code can be put in the custom admin section of the plugin.

    Thanks,

    Thread Starter marcopini

    (@marcopini)

    hi, sure, thank you!!!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add target blank to menu single voice link’ is closed to new replies.