I'm implementing a static html site for wordpress, it's not all the pages that need cms to manage the content, my problem is this!
I can not create a Menu link for a static page or any other page Wordpress 4
example
<a href="contato.php">contato</a>
Simplesmente ele não consegue encontrar a página contato.php
In the best of the worlds this should work because I have tried because they are all in the same directories, I already saw in the codex that wordpress works differently but I already tried several solutions and nothing, someone can give a help.