I got a copy of the index.php file with a different name (profile.php) and i create a link to profile.php on the index.php file like this:
<a href ="<? php bloginfo ('template_url');?> / profile.php"> profile </ a>
But when I click on the link opens a completely blank page