Tagged: x Author Posts February 21, 2017 at 1:07 am #1379359 Peter FaeParticipant Hey. I installed the WPML plugin, which has a drop-down option on the menu for changing languages. Yet the theme doesn’t seem to support this. Help? February 21, 2017 at 2:52 am #1379457 Paul RModerator Hi, To add it to your menu, you can add this in your child theme’s functions.php file. function add_wpml_menu_item($items, $args) { $items .= '<li>'.do_action('icl_language_selector').'</li>'; return $items; } add_filter('wp_nav_menu_items', 'add_wpml_menu_item', 10, 2); Hope that helps. February 21, 2017 at 5:21 pm #1380505 Peter FaeParticipant is not work right. February 21, 2017 at 6:02 pm #1380531 NicoModerator Hi There, In this case, Please share us your admin credentails and FTP so we could check your setup closer. Don’t forget to set it as private reply. Thanks. Author Posts <script> jQuery(function($){ $("#no-reply-1379359 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In