Title: Looking to replicate this template
Last modified: April 4, 2017

---

# Looking to replicate this template

 *  Resolved [seantparry](https://wordpress.org/support/users/seantparry/)
 * (@seantparry)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/looking-to-replicate-this-template/)
 * Hi there,
 * I have another website and use a different reviews plugin but have signed up 
   for the Pro version of Testimonials widget as I’m looking for better categorisation/
   tagging.
 * I’ve been trying to replicate the following [https://www.wundercleans.com/reviews/](https://www.wundercleans.com/reviews/)
   with rating stars / date / category / author – but can’t figure out the shortcode
   to use. Can you help?
 * Thanks
    Sean

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

 *  Thread Starter [seantparry](https://wordpress.org/support/users/seantparry/)
 * (@seantparry)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/looking-to-replicate-this-template/#post-9004765)
 * Hi – can I get a response to this? If it can’t be done, I’ll ask for a refund
   for the premium widget I purchased.
 * I think it should be quite straightforward but I don’t know how to do this. I
   want rating stars / date / category / author to be shown for each review.
 *  Plugin Author [saurabhd](https://wordpress.org/support/users/saurabhd/)
 * (@saurabhd)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/looking-to-replicate-this-template/#post-9013395)
 * Hi
 * I’m really sorry about the trouble.
 * I have sent a response through our premium support service desk. Please check
   and let me know if the issue is resolved else don’t hesitate to write us again
   on the same to get premium support within one business day.
 *  Plugin Author [saurabhd](https://wordpress.org/support/users/saurabhd/)
 * (@saurabhd)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/looking-to-replicate-this-template/#post-9068594)
 * As discussed in our premium thread we have added this below filter to add date
   just underneath the Location and name.
 *     ```
       add_filter( 'tw_cite_html', 'tbs_twp_cite_html', 10, 3 );
       function tbs_twp_cite_html( $cite, $testimonial, $atts ) { 
          $post = get_post( $testimonial['post_id'] );
          $the_date = mysql2date( get_option('date_format'), $post->post_date );
          if ( ! empty( $the_date ) ) $cite .= ' <br/>' . $the_date;
            return $cite; 
       }
       ```
   
 * Marking resolved this ticket.

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

The topic ‘Looking to replicate this template’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonials-widget_c56561.svg)
 * [Testimonials Widget](https://wordpress.org/plugins/testimonials-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonials-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonials-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonials-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonials-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonials-widget/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [saurabhd](https://wordpress.org/support/users/saurabhd/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/looking-to-replicate-this-template/#post-9068594)
 * Status: resolved