What document defines <?php get_header(); ?>?
-
I’m not sure what cathegory this goes under, so I put it here.
I see that in the php documents, index.php etc, they all call for different elements using the tag
<?php get_example(); ?>.
Where is the document that defines what get_example is?I want to have alternative sidebar on my site, I tried making a php document called sidebar2.php and put the php-tag <?php get_sidebar2(); ?> in my index.php. Since this didn’t work, I’m guessing there is a document that defines what all the different “gets” get and that i have to define the sidebar2.php document there.
Do you understand what I mean? It was kinda hard to explain.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘What document defines <?php get_header(); ?>?’ is closed to new replies.