Title: Custom
Last modified: August 20, 2016

---

# Custom

 *  Resolved [keithiopian](https://wordpress.org/support/users/keithiopian/)
 * (@keithiopian)
 * [14 years ago](https://wordpress.org/support/topic/custom/)
 * Is it possible to create an alternate <?php comments_template(); ?> to use on
   one specific page?
 * What I would like to revise:
 * -Change “Leave a Reply” to “Leave a Testimonial” (don’t want to alter the normal
   <?php comments_template(); ?> as other pages depend on it, but rather create 
   a duplicate which is used only on my testimonials page)
 * -Have it post the submissions as blog post within a specific category.
 * Not sure if this is possible or not, just trying to think of a way to create 
   a way for people to leave testimonials, only capture the excerpt on the main 
   page, and have that link to the testimonial in full on a single page.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years ago](https://wordpress.org/support/topic/custom/#post-2760778)
 * [http://codex.wordpress.org/Function_Reference/comments_template](http://codex.wordpress.org/Function_Reference/comments_template)
 * > `$file`
   >  (string) (optional) The file to load Default: /comments.php
 * to only use that on one specific page, use the `is_page()` conditional tag:
    
   [http://codex.wordpress.org/Conditional_Tags](http://codex.wordpress.org/Conditional_Tags)
 * > -Have it post the submissions as blog post within a specific category.
 * untested – consider to try a plugin [http://wordpress.org/extend/plugins/search.php?q=testimonials](http://wordpress.org/extend/plugins/search.php?q=testimonials)
 *  Thread Starter [keithiopian](https://wordpress.org/support/users/keithiopian/)
 * (@keithiopian)
 * [14 years ago](https://wordpress.org/support/topic/custom/#post-2760909)
 * Thanks or your help! It certainly has me going in the right direction

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [keithiopian](https://wordpress.org/support/users/keithiopian/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/custom/#post-2760909)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
