Here is a very simple question. I have Wordpress 3.4.2 installed. I am trying to create a theme from scratch. So I added a style.css file and an index.php file. Both have only a minimum minimum. Now I'm wondering when I call the get_header () and get_footer () functions from index.php, where are the header.php and footer.php files that Wordpress uses to create the header and footer of my site?
source
share