Title: Linking Pages
Last modified: August 19, 2016

---

# Linking Pages

 *  [mickweaver](https://wordpress.org/support/users/mickweaver/)
 * (@mickweaver)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/linking-pages-6/)
 * I am currently building a WordPress version of my website.
    Original: [http://mjtweaver.com](http://mjtweaver.com)
   WP: [http://mjtweaver.com/wp](http://mjtweaver.com/wp)
 * I have managed to put together the front page of my website, using my main body
   context aswell as get_header, get_sidebar (navigation bar), and get_footer functions.
 * My next goal is to start adding the other pages. For instance, I would like to
   make the contact page (HTML Version: [http://mjtweaver.com/contact.html](http://mjtweaver.com/contact.html)),
   how do I go about doing this?
 * Do I make some kind of template file and how do I do this? And then add the content
   in the WP Admin page section?
 * or
 * Do I make the page and put it in my custom template folder and somehow add the
   rest of the content?

Viewing 1 replies (of 1 total)

 *  [no_ob](https://wordpress.org/support/users/no_ob/)
 * (@no_ob)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/linking-pages-6/#post-1640476)
 * Several options… I guess your form is handled by PHP. You can create a plugin
   and adding a shortcode for it, or just copy & paste your copy over to another‘
   page template’. [http://codex.wordpress.org/Pages](http://codex.wordpress.org/Pages)
   and read [http://codex.wordpress.org/Stepping_Into_Templates](http://codex.wordpress.org/Stepping_Into_Templates).
   If you will choose the option for a page template, it’s quite handy if you will
   do:
    <form method=”POST” action=””> so the whole handling will take place in 
   one single page.

Viewing 1 replies (of 1 total)

The topic ‘Linking Pages’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [no_ob](https://wordpress.org/support/users/no_ob/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/linking-pages-6/#post-1640476)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
