Hello,
In your source code demo you have this line:
<?php require(‘wp-blog-header.php’); ?>
In my version of wp there is no such file named “‘wp-blog-header.php'”. I see just a file header.php.
Does that mean I must change the above to:
<?php require(‘header.php’); ?>
Or am I missing something — such as a file named “‘wp-blog-header.php'”
Thanks,
Rowby
https://rowby.com/wordpress/