Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

jatin_khatri on "How to add read more link in testimonial widget"

$
0
0

How to add read more link in testimonial widget
1. install testimonial widget plugin
2. add shortcode in page : [testimonialswidget_list char_limit=200 hide_title=true hide_email=true hide_url=true hide_location=true hide_company=true]
3. plugins->editor->choose testimonial widget
4. find testimonial-content.php & open this file
edit code

<?php echo $content; ?>

To

<?php echo $content."Read More"; ?>

Enjoy now


Viewing all articles
Browse latest Browse all 8245

Trending Articles