You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Create Custom Page

UserPost

7:01 am
June 4, 2010


dcushion

Member

posts 28

1

Hi,

I am looking for advice on how to do the following:

I want to create a niche site with Flexibility 2 for all the obvious reasons…  but I want to use a proven webpage template that I have for static sites as a "page template" for my primary keyword pages.

I will do the posts to generate additional content and traffic – but want a few dedicated pages with the "money content".

So, is there a way to modify the page template so that it still looks like an integral part of the site (look and feel, header, background, etc.) but utilizes the html code of a static site?

Or some other way to do it?

Thanks,

Dave

2:27 pm
June 22, 2010


cjjohn

Cyberia

Member

posts 27

2

The easiest thing to do would be to set up your static webpage and have all it's links point at the blog.  http://yourstaticpage.com and youstaticpage.com/blog

 

There is a way to write a new template page and have it become your home page. It's a bit complicated.

 

You need to create a new page template and upload it to the site.

Your new page.php must have this coding in it:

 

<?php

/*

Template Name: New-Template-Name-Here

*/

?>

 

where "New-Template-Name-Here" is replaced with the name of your page. Do not name it the same as any other page in your site.

 

After that, add all the usual HTML that creates the page you want. Upload the file.

 

Head over to your dashboard, go into Pages-Add New

Name your new page, but do not add ANYTHING in the body area.

Over on the right hand side, under Page Attributes, you will see a new drop down menu for Templates. Choose your new template that you just created and uploaded. Hit publish, then check your pages. You new page will be there.

 

To make it the "home" page, go into Settings –> Reading  and use the drop down menu to choose your new page as your static page.