Support » Theme: Shell Lite » Using Home Page Setup on Other Pages?

  • Hi, this is a great and beautiful theme! I really like the homepage template and would like to use it for more than just the home page? As in use it on posts/pages as a seperate template. Is that possible?

Viewing 1 replies (of 1 total)
  • Hi,

    I never tried this, but it will be possible to copy the front-page.php file and to rename it to ‘page-your-new-template.php’.
    After that at very top of new file you should add this:

    <?php
    /*
    Template Name: My Custom Page
    */

    Now you can use your new page as different page template. More information here:
    http://codex.wordpress.org/Page_Templates

    To be honest, I don’t know what will be the behaviour of homepage settings in your template file. Probably they will be using the same as the homepage, so you have to change them in your template file.

    Hope this will be helpful and good luck 🙂

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Using Home Page Setup on Other Pages?’ is closed to new replies.