How to link and display an “example.php”?

To expand on Tom’s answer, you need to understand how templates are used by WordPress. They are the framework that ‘builds’ the page output. You use a template by creating a page, then selecting that template. Start here to learn about templates https://codex.wordpress.org/Templates Note that you should only create templates in your Child Theme. If … Read more