Okay
  Public Ticket #2627676
​Add links to pages in Navigation bar​
Closed

Comments

  • Medicha started the conversation

    Hello, 

    Is it possible to set external links to navbar? For exemple, by redirecting to external link with JQuery ?

    Or have you special class for that?

    I want to have links following anchors which redirect to page link... I don't know if it is possible in wordpress

    Thanks

  •  2,963
    Andrew replied

    Hi Medicha,

    Use the following Custom JS code.

    <script type="text/javascript">
    jQuery( document ).ready(function() {   jQuery('#top nav > ul > li > a').attr('target', '_blank');
    });
    </script>
    

    You can add the Custom JS code in here : 

    3107047513.png

    Thanks 

  • Medicha replied

    Thanks Andrew, the externals links works