can’t add new templates?
-
Hey guys, I am customizing the default theme, but am getting an error when I create a new template. The code at the top of my new template is:
<?php /** * @package WordPress * @subpackage Default_Theme */ /* Template Name: Calculator */ ?>
However as soon as it gets uploaded, in the sidebar I get this right above the dropdown to select a template:
Warning: file(/home/mepstein/public_html/reversemortgage/wp-content/themes/default/._calculator.php) [function.file]: failed to open stream: Permission denied in /home/mepstein/public_html/reversemortgage/wp-admin/includes/theme.php on line 132 Warning: implode() [function.implode]: Invalid arguments passed in /home/mepstein/public_html/reversemortgage/wp-admin/includes/theme.php on line 132 Warning: file(/home/mepstein/public_html/reversemortgage/wp-content/themes/default/._calculator.php) [function.file]: failed to open stream: Permission denied in /home/mepstein/public_html/reversemortgage/wp-admin/includes/theme.php on line 132 Warning: implode() [function.implode]: Invalid arguments passed in /home/mepstein/public_html/reversemortgage/wp-admin/includes/theme.php on line 132
The template doesn’t show up in the dropdown menu, is this a problem with my server or am I doing something wrong creating this template file?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘can’t add new templates?’ is closed to new replies.