• I am trying to make a page I created outside of WordPress be my WordPress front page. I don’t want to create the page in WordPress because it seriously messes up my layout. I put the front page I want in the root and I changed the file to home.php which works great, but it messes with my blog location (list of postings). I would like to have a link in my navigaton menu to link to a blog page.

    I have looked at many plugins and code, and i can’t seem to find a way to make this work.

    Go to http://steveeller.com/wordpress to see what I am talking about.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Actually, that’s absolutely doable within WP using the new frontpage vs. posts page feature; admin > Options > Reading.

    All you need is a custom Page Template for that frontpage.

    Thread Starter keydin

    (@keydin)

    can you give me a little more info. on how to create the custom page template?

    thx

    Thread Starter keydin

    (@keydin)

    and how to apply it to a page.

    Thread Starter keydin

    (@keydin)

    I just found it by inserting this into the page i created:

    <?php
    /*
    Template Name: about
    */
    ?>

    Then creating a new page with this template.

    Then changing the options in the options.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Non-WordPress Static Frontpage’ is closed to new replies.