• I have tried just about every thing. I want each of my menu windows except home to open in a new page. I have tried plug-ins, I’ve gone to menus and ticked the boxes for each menu item that says open in new page. I am not a coder so I left in the weather. Can anyone help?

    My web site is: https://www.cancerinformationcenter.co

Viewing 1 replies (of 1 total)
  • I visit, your site, put this code into your header.php file, after <head> and before </head> :

    $(document).ready(function(){
    	$('a[title="Home"]').removeAttr("target");
    });

    if it didn’t work, attache your header.php file here.

Viewing 1 replies (of 1 total)
  • The topic ‘Open in New Page’ is closed to new replies.