• Hi there, I am currently use two different theme for two different website, one is with the twentyten and another one is with the kubrick.
    I d like to know if it is possible to copy the twentyten theme main index.php file and paste it to the main index kubrick, cause the first one is easier to understand and to edit. I d like create a new customized home page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Nope…not really

    The index.php from twentyten is only easy to understand because it calls get_template_part which references loop.php

    So you would need index.php and loop.php from twentyten

    And then, after doing that, none of the css would be right.
    All the div id and div class stuff needs to match style.css from twentyten

    Thread Starter carlacuomo

    (@carlacuomo)

    ok ok…thanks for the quick and clear tip…. so what should I do if I want to create an home.php page just with the header to be then use as a template? is it too complicate?
    thanks

    I usually start with a copy of page.php and go from there….. how complicated it is depends on what exactly you are trying to do with the template?

    Thread Starter carlacuomo

    (@carlacuomo)

    create a customized template page to be use in the site when I d like to have a page with no sidebar for example…..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘create an home.php page from a main index.php file from another theme.’ is closed to new replies.