Forums

Going from static site to wordpress, including PHP pages. (2 posts)

  1. thetattooedmama
    Member
    Posted 1 year ago #

    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

  2. iridiax
    Member
    Posted 1 year ago #

    One option if you want the content in WordPress: Put the .php files in your theme folder and then use this in your template files:

    <?php include (TEMPLATEPATH . '/your.php'); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.