• Resolved jatin_khatri

    (@jatin_khatri)


    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

  • The topic ‘How to add read more link in testimonial widget’ is closed to new replies.