Topic Resolution: Resolved
  • Closed
  • Glenn Watson
    Spectator
    April 26, 2015 at 10:22 am #16882

    Hi
    I’m trying to create a new page template from the default which has a static header image instead of any of the sliders. (I would have thought it was a bit of an obvious option to supply actually!) I can’t find the actual default page template itself. Maybe you’ve worked in a different way to other templates but I’ll be buggered if I can determine which one it is.
    Cheers
    Glenn

    Anonymous
    Inactive
    Posts: 49
    April 26, 2015 at 2:39 pm #16885

    page.php, single.php etc… right now everything is located in index.php file with: is_page(), is_single(), is_category() etc… statements.

    Very soon we will port all content from index.php file to proper template files (page.php, category.php, single.php).

    So open index.php and copy the code you need and create custom template file (you must have basic PHP knowledge).

    Regards

    Glenn Watson
    Spectator
    Posts: 1
    April 26, 2015 at 11:44 pm #16927

    Thanks. I was going to try the index.php page in the absence of any other solution.