Title: hardcoded page within the theme folder
Last modified: August 19, 2016

---

# hardcoded page within the theme folder

 *  [trestianub](https://wordpress.org/support/users/trestianub/)
 * (@trestianub)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/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 1
 * Any thoughts? Can anyone help pls?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [trestianub](https://wordpress.org/support/users/trestianub/)
 * (@trestianub)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/hardcoded-page-within-the-theme-folder/#post-1359604)
 * Also tried ‘<?php include(“header.php”); ?>’
    &got this error: Fatal error: Call
   to undefined function language_attributes() in …/wp-content/themes/logitheme/
   header.php on line 2
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/hardcoded-page-within-the-theme-folder/#post-1359611)
 * I believe to make the hardcoded page, it has to be a page template…
 * which starts like
 *     ```
       <?php
       /*
       Template Name: yourTemplate
       */
       ?>
   
       <?php get_header(); ?>
       ```
   
 * [http://codex.wordpress.org/Pages#Page_Templates](http://codex.wordpress.org/Pages#Page_Templates)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hardcoded page within the theme folder’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/hardcoded-page-within-the-theme-folder/#post-1359611)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
