Title: Custom Page
Last modified: August 19, 2016

---

# Custom Page

 *  Resolved [MaddTechWF](https://wordpress.org/support/users/maddtechwf/)
 * (@maddtechwf)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-page-2-2/)
 * If I want to make a page called contact.php and want only my contact page to 
   use it, how would I do this?
 * I have my permalinks setup to %category% .

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-page-2-2/#post-1365220)
 * I wouldn’t create an actual file called contact.php.
 * Just create a [Page](http://codex.wordpress.org/Pages) called Contract.
 * Then put the ‘code’ for your contact plugin (e.g. `<!--contact form-->`) in that
   pages content.
 * That’s it.
 * Most contact form plugins include directions on doing something like that.
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-page-2-2/#post-1365221)
 * Codex is your friend – [http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates](http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates)
 * Adding
 *     ```
       <?php
       /*
       Template Name: Contact Page
       */
       ?>
       ```
   
 * at top of that contact page file that’s compatible with WP and your theme, and
   upload to server within your theme’s folder. Then create a page, and choose “
   Contact Page” on the right sidebar under “Page Template”, publish the page and
   you’re good to go.

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

The topic ‘Custom Page’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [@mercime](https://wordpress.org/support/users/mercime/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/custom-page-2-2/#post-1365221)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
