I'm trying my make my first theme for wordpress.
Is there any possibility to create custom php page to display custom content? Pretty much adding to WordPress another copy of the likes of single.php, post.php or 404.php.
All I want just a page to display the custom content on it. Every tutorial I found so far uses just creating new page within WordPress.
I want to avoid it and for custom page to be enabled straight after theme activation. The Idea is to have something like my_custom_page.php and to be able link to it after.
Is there any way of doing it? Thanks