Loading a custom comment form
-
I am trying to load a different comment form/template file at certain times and have tried various methods and can’t get it working.
if(function_exists('comment_form')) comment_form(TEMPLATEPATH . '/comment-form-custom.php'); else echo "error, didn't find your custom comment form";
The above code loads the default comment wordpress form, not my custom file. Any ideas would be appreciated. Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Loading a custom comment form’ is closed to new replies.