how do I add a customized .php file to the theme?
-
how do I add a customized file to a template?
I want to create a popup window, which doesn’t have the header stuff included in it. The theme I am using is the simple-green theme that only has an index.php and comment.php files, so I tried to add a new file called
spammsg.php, and I am getting an error on line 1
on the<?php get_header(); ?>
line. says “call to undefined function”
thats what the instructions said to do, so how do I add this file to the template? its in the same directory as the other template files, I am confused?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how do I add a customized .php file to the theme?’ is closed to new replies.