Hi, I added a nl_NL po file in the map LANG. In wp-config.php the language is set on nl_NL as well. Wordpress is translated in NL but the Theme does not? What am I doing wrong? This worked before but I had to start over because there was som kind of bug? Please let me know fastly so that I can continue. I do not want to make the website all over again and find out it doesn't work the second time neither. TY Bart
I fixxed this problem.. next problem tho!!! I want to delete the blog 'reviews' but still leave description 'beschrijving' in place. When add this code .tabbed .tabnav li a{ display:none; } Both go away... What is the code to only have the second blog get away and keep the first (WITH TITLE 'beschrijving') in place. gr. Bart
Hello, It's a comment area. You can set comment off. Uncheck "Allow comment" option . Check link given below for it. http://en.support.wordpress.com/enable-disable-comments/ or Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .tabbed .tabnav li:nth-child(2) { display: none; } Thanks & Regards Nitesh Raghuwanshi