1. Home
  2. Header (header.php)
  3. Top Navs
  4. Top Nav Scripts

Top Nav Scripts

<?php 
//get the active language
$getLang = pll_the_languages(array('raw'=>1));
$currLang = get_bloginfo('language');  
?>

description:
display the top navigation menu in bilingual, you can set or add new menu items for top menu in Appearance > Menus

How can we help?