WPDebugLog

How to add a PHP page to WordPress?

Duplicate page.php in your theme folder (.../wp-content/themes/themename/*) Add following code in top of this copyed file.
<?php
/*
Template Name: Name of Template
*/
?>
Go to wp-admin and ceate new page then you can slect new template (new template - Name of Template)