In wordpress, inside the header.php file of a theme, there is the next line:
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
By default, it(language_attributes
) returns dir=ltr
, and every online guide i read tried to show a way to hange the css file.
it's not enough and not semantic. i need to change the html itself to rtl. how can it be done? is there a settings file?