a new template page with calling
-
I must create a new page for my template with a calling for an external page like the header:
<?php get_header(); ?>
i put wp-blog-header.php page at the top of my external page
<?php require_once(‘/home/mysite.com/wp-blog-header.php’); ?>
and i must recall the new tamplate page like this <?php get_header(); ?>
ho i can do it ?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘a new template page with calling’ is closed to new replies.