Linking to a custom template php file
-
I’ve created a new template file in my theme that consists of:
<?php get_header(); ?> <p>Hello World</p> <?php get_footer(); ?>
How would I link this page to my blog. When I link directly (href=”theme location/template) file I get an error.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Linking to a custom template php file’ is closed to new replies.