Title: Placing php elements within a Page.
Last modified: August 19, 2016

---

# Placing php elements within a Page.

 *  [planesfillingwc](https://wordpress.org/support/users/planesfillingwc/)
 * (@planesfillingwc)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/placing-php-elements-within-a-page/)
 * I have no idea how common this is, but I’m wanting to create pages that utilize
   php elements. I installed a plugin that makes php recognizable in pages. It seems
   to work well enough for some things. However, I’m just wondering, is there a 
   more efficient way of doing this? My initial idea was to create an all new php
   file borrowing many elements from the page.php but still having its own unique
   layout. I’ve not had success making that work, though.

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

 *  [esmarts](https://wordpress.org/support/users/esmarts/)
 * (@esmarts)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/placing-php-elements-within-a-page/#post-852936)
 * I would not think it would be very hard since the whole thing is php anyways.
 *  [darran](https://wordpress.org/support/users/darran/)
 * (@darran)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/placing-php-elements-within-a-page/#post-852940)
 * You can create a template for that specific page. For e.g. contact
 *     ```
       <?php
       /* Template Name: Contact */
       ?>
       ```
   
 * And all you have to do when you create a page is to make use of this template,
   and there you have it. You can custom code the template to make use of the page.
   php layout.
 *  Thread Starter [planesfillingwc](https://wordpress.org/support/users/planesfillingwc/)
 * (@planesfillingwc)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/placing-php-elements-within-a-page/#post-852947)
 * Cool, thanks. I think I got it worked out.
 * I figured this would be an easy solution.

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

The topic ‘Placing php elements within a Page.’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [planesfillingwc](https://wordpress.org/support/users/planesfillingwc/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/placing-php-elements-within-a-page/#post-852947)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
