I have a client who currently has a static website and all of her pages are ending in PHP.
She wants to run wordpress and link back to these pages so they will show up in wordpress when you click on them. Is this possible through <?php include("pagename.php"); ?> and how would I do this? I'm not very savvy with this sort of thing.
Thanks