Description
Ultimate 3D Testimonial Slider is create awesome client’s testimonial showcase for WordPress website. Hopefully it is very helpfull to add client testimonial.
Features of the Ultimate 3D Testimonial Slider
- Quick to set up
- Lightweight
- User friendly
Display Testimonial via shortcode
You can display Ultimate 3D Testimonial Slider into your page or post via shortcode.
[uts]
if you want to show into your theme file please use do_shortcode.
<?php echo do_shortcode('[uts]'); ?>
đ§ Shortcode Attributes
The [uts]
shortcode accepts the following optional attributes:
Attribute
Description
Default
Example
count
Number of testimonials to display. If omitted, all are shown.
All
[uts count="3"]
category
Filter testimonials by category slug.
None
[uts category="client-feedback"]
type
Layout type for displaying testimonials.
slider
[uts type="grid"]
, [uts type="list"]
â Example
Display 3 testimonials from the “client-feedback” category in a list layout:
[uts count=”3″ category=”client-feedback” type=”list”]
đ§© Display in Theme Template Files
To include the testimonial slider directly in a PHP theme file, use the do_shortcode()
function:
`php
`
Need Mored Features
We are working on it. Hopefully we some features next release.
đ„ WHATâS NEXT đ„
Consider checking out our other plugins:
đ WP Sticky Anything â Sticky Menu & Sticky Header, Sticky Sidebar
All-in-One Sticky Menu & Sticky Header, Sticky Sidebar Solution for WordPress.
âł All-in-One WP Preloader
All-in-One WP Preloader gives your site a loading screen without writing any code.
đ„ Best Youtube Video LazyLoad
Youtube Video Lazyload improves Google PageSpeed Insights Score, GTmetrix, and Pingdom score.
Installation
INSTALL ULTIMATE 3D TESTIMONIAL SLIDER FROM WITHIN WORDPRESS
- Visit the plugins page within your dashboard and select âAdd Newâ;
- Search for âUltimate 3D Testimonial Sliderâ;
- Activate Ultimate 3D Testimonial Slider from your Plugins page;
- Go to âafter activationâ below.
INSTALL ULTIMATE 3D TESTIMONIAL SLIDER MANUALLY
- Upload the âultimate-3d-testimonial-sliderâ folder to the /wp-content/plugins/ directory;
- Activate the Ultimate 3D Testimonial Slider plugin through the âPluginsâ menu in WordPress;
- Go to âafter activationâ below.
FAQ
-
How do I display the testimonials on my site?
-
You can display testimonials using the shortcode
[uts]
in any post or page.
For example:[uts count="3" category="client-feedback" type="slider"]
You can also add the shortcode directly in your theme PHP files using:
`php -
Can I control how many testimonials are displayed?
-
Yes! Use the count attribute in the shortcode to limit the number of testimonials shown.
Example: [uts count=”5″] displays only 5 testimonials. -
What layout types are available?
-
There are three layout types you can choose from using the type attribute. They are slider, list & grid.
-
Is this plugin compatible with page builders like Elementor or WPBakery?
-
Yes, the shortcode works well inside most page builders that support shortcodes.
-
I need more help please!
-
Please visit the plugin support forum on WordPress.org for assistance.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Ultimate 3D Testimonial Slider, List & Grid” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ultimate 3D Testimonial Slider, List & Grid” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1 (05-06-2025)
- New: Added Category
- New: Added List & Grid Layout
- New: Added Shortcode parameter
- Update default layout
1.0.0
- Initial Release.