Create a Custom Wordpress Page
November 20th, 2008
Here is how you can add a custom page to Wordpress. This is useful if you want to create a page that uses your own code for a custom function and you want to use the template you have installed on your Wordpress blog.
So let’s get to it…
Create your custom page
For this example, <doc root>/test.php.
<?php
define('WP_USE_THEMES', [...]









