Thanks you both very much!
I think I may have figured it out but I am not 100% sure. Because I am using WordPress for my website, I want every page to be a static page. While I was searching for the best way to do this I came across the custom page template tutorial. There is where I read that you can have many custom pages if you save them. That is the part I am having trouble with. I can’t find the place that I go to, to save each new template.
This is what it says:
The files defining each Page Template are found in your Themes directory. To create a new Custom Page Template for a Page you must create a file. Let’s call our first Page Template for our Page snarfer.php. At the top of the snarfer.php file, put the following:
<?php
/*
Template Name: Snarfer
*/
?>
How do I find the place that I create this new file?
I know that if I understood this whole concept a little better I would be able to better tell you what I am looking for:) Hopefully by the time this journey ends I will!
Thanks again!
SC