html

Posted in: Newspaper
Post count: 2

Hello,
My site is using another language and does not use english. I have found in the following files:
./wp-content/themes/Newspaper/header.php
./wp-content/themes/Newspaper/mobile/header.php

!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>

Other than manually hardcoding those files, is there another way? Child themes? Or could you give me a code that will fill in the value from wordpress settings (that is correctly set to the language I need)

Thank you

Post count: 22421

Hello,

That code only affects ie8 and ie9 which are very old versions of internet explorer. It will not affect any other browser.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.