hardcoded page within the theme folder
-
Hi there,
I’m trying to build a hardcoded page inside the theme folder
Example:
‘<?php get_header(); ?>
<div id=”content-wide” class=”clearfix”>
<div class=”post”>
My Hardcoded Content
</div>
</div>
<?php get_footer(); ?>’
But so far i’m stuck with this error:
Fatal error: Call to undefined function get_header() in …./wp-content/themes/logitheme/page-bucharest-soundscapes.php on line 1Any thoughts? Can anyone help pls?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘hardcoded page within the theme folder’ is closed to new replies.