• Resolved topcatteam1

    (@topcatteam1)


    I’d like to rename the Next and Previous Testimonials wording that shows on the left and right links below the testimonials.
    Rather than have these links say ‘Next Testimonials’ and ‘Previous Testimonials’ I’d like to change them to say ‘Next Story’ and ‘Previous Story’.
    Is there an easy way to do this?

    https://wordpress.org/plugins/easy-testimonials/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter topcatteam1

    (@topcatteam1)

    I have found a solution to this myself by editing the wording in the easy-testimonials/easy-testimonials.php file.

    So for those who want to do similar scroll down till you find:

    //output the pagination links, if instructed to do so
    //TBD: make all labels controllable via settings
    if($paginate){
    echo ‘<div class=”easy_t_pagination”>’;
    echo ‘<div style=”float:left;”>’ . get_previous_posts_link( ‘Previous Testimonials’ ) . ‘</div>’;
    echo ‘<div style=”float:right;”>’ . get_next_posts_link( ‘Next Testimonials’, $loop->max_num_pages ) . ‘</div>’;
    echo ‘</div>’;
    }

    Then edit the words ‘Previous Testimonials’ and ‘Next Testimonials’ to say ‘Next Story’ and ‘Previous Story’ or whatever you want.
    So far so good but if there is anything wrong with this solution could Easy Testimonials inform me. I can then mark this as solved.

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey topcatteam1 –

    This is a fine solution, however you will need to re-perform it after every plugin update (as your plugin will be overwritten with the update.)

    Eventually these will be controllable by a Setting, it just hasn’t been implemented yet!

    All the best,
    Richard

    Thread Starter topcatteam1

    (@topcatteam1)

    Yes I just updated to the 1.31.7 version and then changed the php text back to ‘Stories’ again. All Good.
    I use the Firefox search to quickly find the ‘Previous Testimonials’ words. Ctrl+F then search on ‘Previous’.

    Thanks Richard.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Next and Previous Testimonials links wording’ is closed to new replies.