There are no short codes available. The settings page, under Settings -> WP-Pagainate allows you to specify where you want the paginate links to appear.
Hi Alan,
Thanks for the reply. It is not working for me. I would like to add page numbers to appears on the Testimonials page but the the option is not available in setting. Please advise. thanks
What theme or plugin are you using for these testimonials?
Hi Alan, I am using WooBroo teme with WP-Paginate.
You should communicate with the theme author. The WP-Paginate plugin uses WordPress filter hooks to display the pagination links, loop_start, loop_end, wp_link_pages and wp_link_pages. If the testimonials page is not using a WordPress loop, then it would not be able to use these hooks for pagination.