What it the advantages of having the code in wp-blog-header.php seperate from index.php in wordpress?
I tried to move the code in wp-blog-header.php to index.php and the website loads perfectly fine, I think.
Could someone please explain about the advantage of running a require function in index to call wp-blog-header instead to writing the wp-blog-header code in index