1. Please create a testimonial using your WordPress admin panel in Testimonials -> Add New.
2. There are 3 ways to add Testimonials:
a) You can add "Testimonials Widget" to the necessary sidebar on Appearance -> Widgets page;
b) You can copy and paste this shortcode into your post or page: [bws_testimonials];
c) Open "Custom Code" tab. Mark "Activate custom PHP code" checkbox in the "PHP" section and add the following code:
<?php if ( has_action( 'tstmnls_show_testimonials' ) ) { do_action( 'tstmnls_show_testimonials' ); } ?>
This article related to Testimonials plugin
Additional resources: Testimonials - User Guide
Still need help? Feel free to contact our friendly support team. Create a private ticket