menu doesn’t show in different languages

Yes, the menu can be translated, and, yes, it will be shown in all languages. Does your menu use the WordPress 3 menu feature? If yes, the video here explains how to setup the translation: http://wpml.org/2010/07/wpml-1-8-0-with-multilingual-menus/

How to set up suhosin.ini for unlimited menus

I found the answer, so I’m posting it to help others out: In this file (depending on your server setup): /etc/php5/apache2/conf.d Change suhosin.ini on the following lines (remove the semicolons if applicable): suhosin.post.max_vars = 5000 suhosin.request.max_vars = 5000 The default 1000 will not work – 5000 seems to work well for my needs (so far!)

Creating a custom menu

Rob, take a look at using register_nav_menu function in WordPress it allows you to build custom menus with ease. http://codex.wordpress.org/Template_Tags/register_nav_menu

Drop down menus css in custom menus

Dropdown menu is something that handles by CSS or javascript (in some case) So a your theme should take care of that not the wordpress engine. When you add a nested menu items on wordpress menu that means wordpress will output a specific html structure for that menu. <ul> <li></li> <li></li> <li> <ul class=”sub-menu”> <li></li> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)