Handy solo thanks for the quick reply.
This is what I have done and failed.
Created snarfer.php with the below:
<?php
/*
Template Name: Snarfer
*/
echo “test”;
?>
I moved the file into /wp-content/themes
*Note not sure if i am putting the file inthe correct location. I am using a dark-maple theme so should I place this snarfer.php into /wp-content/themes/dark-maple
Either way in my word press editor I do not see the template in the “template pulldown” and when i inser this code…in the page html <?php include (TEMPLATEPATH . ‘/snarfer.php’); ?> nothing happens.
Thanks for all your help.