Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Testimonial grid item link to client link

Home / Forums / Virtue Theme / Testimonial grid item link to client link

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
May 30, 2017 at 2:12 am

Hi,

I want to make Read More links on grid item page link directly to client page (not to whole testimonial page). I am trying to modify page-testimonial-grid.php and make something like this:

if($postlink) {
echo '<a href="'.$clientlink.'" class="kadtestimoniallink">';
echo wp_filter_kses($thelinktext);
echo '</a>';
}

but it don’t work…

  • The forum ‘Virtue Theme’ is closed to new topics and replies.