get_header include
-
Hi.
Doesget_header()include header.php content to the page?
similar phpinclude('header.php')?
because, I wrote in header.php:
<?php $abcd = "1234" ?>
then wrote in index.php:<?php get_header(); echo $abcd; ?>now in index page, I should see $abcd value (“1234”), but i can’t see it! and the $abcd is undefined in index.php .
Why?
and how can I solve that problem?Thanks (sorry for bad English)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘get_header include’ is closed to new replies.