• hi,
    am getting confused with this implementation and would appreciate any help/advice.

    requirement:
    when a user visits my website homepage, it will show a hello message and a ‘proceed to homepage’ hyperlink.
    and when you click on the link, it takes me to the real homepage.
    thats it!

    now what i did was to make the hello page my front-page.php.
    now i added this code within front-page.php to take me to the real homepage:
    <a href="<?php bloginfo('template_directory'); ?>/front-page2.php">Go Home</a>
    this throws an error right at get_header() in front-page2.php, so i goofed up my implementation somewhere.

    i did go through this but well.. looks like my brains switched off right now.
    http://codex.wordpress.org/Creating_a_Static_Front_Page

    any help?
    thanks in advance.

    Edit: no plugins suggestions pls.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to have 2 frontpages?’ is closed to new replies.