Yes, I edited the correct header.php.
To make things sound simple, I am curious why <?php $body_id = blog; ?> on the first line of index.php has no effect on the header.php’s <?php echo $body_id; ?>
Now my <body id=””> and does not valid as xhtml1.1. I should get <body id=”blog”> instead.