• Resolved coxtree

    (@coxtree)


    Is there a way I can import a php file into my WP site?

    (Background: I have a lot of genealogy pages that are generated by a family tree program. I just found a way to easily conert these files to PHP. Once that’s done, I’ll need to get them into WP.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • niziol

    (@niziol)

    You can use the ExecPHP plug-in to run PHP code in your posts/pages and then just use the <?php include('/path/to/file.php'); ?> command.

    Cheers,
    Michael.

    Thread Starter coxtree

    (@coxtree)

    Simple enough – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Importing PHP files to WP’ is closed to new replies.