• How do I stop all my links from opening in a new window? This includes my menu bar and sidebar menus.

    The blog I need help with is dshpp.com

    Thanks your guys

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, that’s because all of your links that I looked at are all done with JavaScript causing a new window to open. They look like

    <a href="https://dshpp.com/project-overview/" onclick="javascript:window.open('https://dshpp.com/project-overview/'); return false;">Project Overview</a>

    There is no reason to be using these onclick javascript calls for normal links. So, either your theme or some plugin is adding this stuff in.

    • This reply was modified 6 years, 4 months ago by MarkRH.
    Thread Starter rachelyap

    (@rachelyap)

    Hi Mark,

    Thank your reply. How can I edit the theme to remove the link open in new window ? Or any plugin I can add on blog ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop link open in new window’ is closed to new replies.