• Hi everyone –

    I’m trying to place the language switcher at the top right corner, right next to the social icons (www.fortheloveofbranding.com). Nonetheless, my theme (BlogIM Pro), doens’t have a widget or a menu area over there. Thus, the switcher now appears on the main menu right next to Contact (EN or ES), which is confusing.

    I’ve been adding this code on different .php like function.php or searchform.php, and I’m getting close as I add it on searchform.php, but it still looks disorganized and not in front of the social icons.

    This is the code I’m adding:

      <?php pll_the_languages( array( ‘show_flags’ => 0,’show_names’ => 1,’hide_current’ => 1 ) ); ?>

    Any guidance is more than appreciated.

    Thanks,

    Oriol

  • The topic ‘Language switcher position – Top right corner’ is closed to new replies.