Title: Creating PHP Pages
Last modified: August 19, 2016

---

# Creating PHP Pages

 *  Resolved [ChetG](https://wordpress.org/support/users/chetg/)
 * (@chetg)
 * [18 years ago](https://wordpress.org/support/topic/creating-php-pages-1/)
 * How can I create a PHP file that will call my WP header and footer? I have tried
   doing this, but I can’t figure out to make it properly use the functions.
 * Again, any held and advice is greatly appreciated.
 * ChetG

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

 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years ago](https://wordpress.org/support/topic/creating-php-pages-1/#post-747221)
 * PHP file:
 *     ```
       require('/path/to/your/wp-blog-header.php');
       get_header();
       ...
       get_footer();
       ```
   
 *  Thread Starter [ChetG](https://wordpress.org/support/users/chetg/)
 * (@chetg)
 * [18 years ago](https://wordpress.org/support/topic/creating-php-pages-1/#post-747222)
 * Thanks Otto42!!

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

The topic ‘Creating PHP Pages’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ChetG](https://wordpress.org/support/users/chetg/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/creating-php-pages-1/#post-747222)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
