I need to insert a search form in a page and I have a couple of questions.
1. The "standard"
PHP Code:
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
Hover, this code works fine:
PHP Code:
<?php include ('wp-content/themes/atahualpa351/searchform.php'); ?>
PS I have tried several php executions plug-ins with the same results.
Thanks a lot!