Hi,
A quick question; whenever I go to my main blog page (or any page for that matter) "dir" and "lang" code shows up for a second before the page loads. I'm having trouble finding out how to get rid of this, does anyone have any ideas?
Hi,
A quick question; whenever I go to my main blog page (or any page for that matter) "dir" and "lang" code shows up for a second before the page loads. I'm having trouble finding out how to get rid of this, does anyone have any ideas?
Edit header.php and replace:
<html xmlns="http://www.w3.org/1999/xhtml"> dir="ltr" <?php language_attributes(); ?>
with
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" <?php language_attributes(); ?>>
This topic has been closed to new replies.