Perseus
Registered
Hello folks, I am new to PHP, and would like to create a PHP function that calls header html for a file that will be used across maybe 20 pages. (This is what PHP is for isn't it?) So does the file with html in it need to be a php file? I am hoping for something as simple as:
Thanks!!
<?php get_header(); ?>
Thanks!!