Polylang and United Arab Emirates languange

just to add comment for future if somebody have same problem.. polylang from version 1.8 will add options to add flag from plugin settings page, right now you can get this version from link https://wordpress.org/plugins/polylang/developers/ just download “Development Version (svn)” but only if stable version 1.8 its not released

wp_nav_menu custom Page class

What you could do is add a custom field to the page, let say we name it “custom_class”. Then you echo it to HTML class. class=”menu-item <?=get_post_meta( get_the_ID(), ‘custom_class’, true );?>”

Static home page ignored

I’m interpreting that the static page you intend to show is a static page for the home page of your site. If that’s the case, and the static page is truly static, I recommend saving the page as index.html and saving it (via ftp) right next to your WP index.php file in the root folder … Read more