Title: PHP Includes (Page) ???
Last modified: August 19, 2016

---

# PHP Includes (Page) ???

 *  [rintakase](https://wordpress.org/support/users/rintakase/)
 * (@rintakase)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/php-includes-page/)
 * [http://rin.sparklehost.net](http://rin.sparklehost.net)
 * ^ That’s my new wordpress website. I’m having problems when I want to includes
   my header and footer. I want to convert my own pages (before I use wordpress)
   by using the wordpress’s theme.
 * For example, [http://saruna.net](http://saruna.net). <- She only use WordPress
   as her blog and theme.
 * Any idea? 🙁

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

 *  Thread Starter [rintakase](https://wordpress.org/support/users/rintakase/)
 * (@rintakase)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/php-includes-page/#post-886513)
 * anyone knows how?? 🙁 or it’s a plugin?? what plugin?? 🙁
 *  [Budde](https://wordpress.org/support/users/budde/)
 * (@budde)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/php-includes-page/#post-886619)
 * In order to add the header (header.php) you need to use this:
 * `<?php get_header(); ?>`
 * Footer (footer.php) :
 * `<?php get_footer(); ?>`
 * Those have to be in your index.php and other template files.
 * See the Codex for [more information](http://codex.wordpress.org/Templates).

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

The topic ‘PHP Includes (Page) ???’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 2 participants
 * Last reply from: [Budde](https://wordpress.org/support/users/budde/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/php-includes-page/#post-886619)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
