Credit Cards - Mortgage Calculator - Online Loans - Credit Card - Credit Cards

PDA

View Full Version : First Page on Wordpress


kgrad
Mar 18th 2007, 8:57 am
I have used the static front page option on wordpress, and it seems to work very well.
However, what I want, is the first page to be absolutely "static", I mean, at present, it is using the wordpress template, but I want to use my own "html template", completely different from the wordpress template I am using.
Is there any way to do this?

Thanks for replying.

kgrad
Mar 18th 2007, 9:43 pm
no replies..? Ok, let me offer a prize: rep+ :)

sezerb
Mar 18th 2007, 10:25 pm
Do you only want to change the index page?

nextebizguy
Mar 18th 2007, 10:35 pm
Here you go:

http://codex.wordpress.org/Creating_a_Static_Front_Page

You'll find all the different ways to do a static page.

kgrad
Mar 18th 2007, 10:43 pm
Do you only want to change the index page?

Yeah..I might need inner pages as well.
Here you go:

http://codex.wordpress.org/Creating_a_Static_Front_Page


You'll find all the different ways to do a static page.

Thanks for the link. will check it out.
rep+ for you. :)

BiGRob
Mar 18th 2007, 11:29 pm
I'm pretty sure that all you have to do is name the file that you want "index.html" and put it in the root directory

Then it will go to the .html page before the .php page

then change the blog url in the admin panel

webbriefcase
Mar 19th 2007, 1:44 am
To create a completely different front page that doesn't use the WordPress template, just replace your theme's index.php with what you want.

Just go to the "Presentation" tab, then click on the "Theme Editor" subtab. Click on the "Main Index Template" link on the right under the theme files.

Then just replace the code with your own. To do this via the WordPress interface, your index.php for your theme has to be writeable. When you're done, just click on the "Update File" button.

Hope this helps,
Bina.

kgrad
Mar 19th 2007, 7:28 am
I'm pretty sure that all you have to do is name the file that you want "index.html" and put it in the root directory

Then it will go to the .html page before the .php page

then change the blog url in the admin panel

No, I did not want to change the blog url.

To create a completely different front page that doesn't use the WordPress template, just replace your theme's index.php with what you want.

Just go to the "Presentation" tab, then click on the "Theme Editor" subtab. Click on the "Main Index Template" link on the right under the theme files.

Then just replace the code with your own. To do this via the WordPress interface, your index.php for your theme has to be writeable. When you're done, just click on the "Update File" button.

Hope this helps,
Bina.

Thanks bina, my problem is now solved.
green rep+ for you also. :)