I am using this code to go to a page. In my directory there is theme folder ch.
<li> <a href="<?php echo get_stylesheet_directory_uri(); ?>/ch/bn1.php"> <img src="<?php echo get_stylesheet_directory_uri(); ?>/img/bn1.png"> </a> </li> But going to page url wp-content/themes/live/ch/bn1.php shows this message
Fatal error: Call to undefined function get_header() in C:\wamp\www\blog\wp-content\themes\live stream\ch\bn1.php on line 1
My theme directory is
www/blog/wp-content/themes/live stream My page to go to the directory is
www/blog/wp-content/themes/live stream/ch/bn1.php