How to add a php page to Wordpress

Posted by rutherford on Stack Overflow See other posts from Stack Overflow or by rutherford
Published on 2010-05-11T11:12:24Z Indexed on 2010/05/11 12:44 UTC
Read the original article Hit count: 284

Filed under:
|

I want to create a custom page for my Wordpress blog that will execute my php code in it, whilst remaining a part of the overall site css/theme/design.

The php code will make use of 3rd party APIs (so I need to include other php files)

How do I accomplish this?

N.B. I do not have a specific need to interact with the Wordpress API - apart from including certain other php libs I need I have no other dependencies in the PHP code I want to include in a WP page. So obviously any solution that didn't require learning the WP api would be the best one.

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about php