Theme4Press › Forums › evolve › What is the file name of the default page template? › Reply To: What is the file name of the default page template?
April 26, 2015 at 2:39 pm
Post count: 49
#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