Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1742177
Footer links - open in new window
Closed

Comments

  • hotspotmarketing started the conversation

    All links in the footer open in the same window, even though I'm using target="_blank" for the link to Hotspot Marketing (see bottom of this page)

  •  361
    Filip replied

    Hi there,

    We're escaping the copyright text and not all HTML is allowed. Anyway, we're adding the "Target" attribute to the supported attributes in the next update and you can enable it right now by editing the theme's footer.php and changing this part:

    'a' => array( // allow anchor tags
      'href' => array()
    ),
    

    to:

    'a' => array( // allow anchor tags
      'href' => array(),
      'target' => array()
    ),
    

    :)

    Kind Regards,
    Veented Team