Forums
(@jhgall)
13 years, 1 month ago
Hi
ediawibo, your advice would work but it’d leave a large white strip it the middle of the template which in most cases would be undesired.
Any other ideas that would help avoid this?
17 years, 12 months ago
I think this might be an IIS issue in a shared environment.
In the index.php, I replaced the following line
require(‘./wp-blog-header.php’);
with
require(‘wp-blog-header.php’);
Now, it seems to work.