wp-blog-header location

wp-blog-header:

If you are creating the custom pages then you may need to include wp-blog-header.php,

You have to include this below line as your first line,

[php]
<?php require(‘./../../../wp-blog-header.php’); ?>
[/php]

 

Thanks for reading this post, kindly post if any other ways to include the wp-blog-header in the comments.

Leave a Reply