hi shinjing
tnx.
i have the file “wp-blog-header.php” in the wp directory
thats the file in need to edit?
this is the file:
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’ );
wp();
require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
where to put <html dir=”rtl”>?