Title: [Plugin: TBTestimonials] Permalinks &#8211; template.php
Last modified: August 20, 2016

---

# [Plugin: TBTestimonials] Permalinks – template.php

 *  [daschenbrener](https://wordpress.org/support/users/daschenbrener/)
 * (@daschenbrener)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-tbtestimonials-permalinks-templatephp/)
 * Hi, I am trying to link my testimonials to a single display testimonial when 
   click on from the widget.
 * So i have created the link in the widget like this
 *     ```
       <li class="testimonial">
           <div class="testimonial-data">
             <p class="testimonial-content"><a href="%permalink%">%testimonial_excerpt%</a></p>
               <p class="testimonial-author">%author_prefix%%author%</p>
               %if company_url%
                   <p class="testimonial-company"><a href="%company_url%">%company_name%</a></p>
               %endif%
           </div>
           <div class="tbtclear"></div>
       </li>
       ```
   
 * i have created a template.php file with this output code
 *     ```
       <div class="in-content-testimonial">
           <div class="testimonial-gravatar">%gravatar%</div>
           <div class="testimonial-data">
               <p class="testimonial-content">%testimonial%</p>
               <p class="testimonial-author">%author_prefix%%author%</p>
               %if company_url%
                   <p class="testimonial-company"><a href="%company_url%">%company_name%</a></p>
               %endif%
           </div>
           <div class="tbtclear"></div>
       </div>
       ```
   
 * but when I click on the link, it does not work.
 * A hint in the right direction will be appreciated.
 * Thanks
 * David
 * [http://wordpress.org/extend/plugins/tb-testimonials/](http://wordpress.org/extend/plugins/tb-testimonials/)

The topic ‘[Plugin: TBTestimonials] Permalinks – template.php’ is closed to new 
replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [daschenbrener](https://wordpress.org/support/users/daschenbrener/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-tbtestimonials-permalinks-templatephp/)
 * Status: not resolved