• 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/

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