
This plugin adds a testimonials custom post type to your WordPress website to manage your customers testimonial. It should work out-of-the-box with any WordPress themes because it support widget and shortcode to display the testimonials.
Please read usage instructions page to read more on how to use it.
It has built-in meta boxes to add more data to the testimonials:
We DO NOT provide any css style for the plugin, so it give you more flexibility to styling the testimonials style. We only provide the css selectors to guide you, please read it here.
To display the testimonials in your content you can use the following shortcode:
[tj-testimonial]
To add arguments to this, please use any of the following arguments:
limit = “1” (limit the testimonials to show) column = “1” (testimonials per row, it adds unique css class to allow you styling it) css_class = “” (custom uniqeu class) before = “” (html or text before the testimonials) after = “” (html or text after the testimonials)
Display 4 testimonials with 4 columns
[tj-testimonial limit=”4″ column=”4″]
Display custom HTML before the testimonials
[tj-testimonial before="<h1>Testimonials</h1>"]
Please go to Appearance → Widgets and you should see Testimonial widget. Drag it and drop to the sidebar.
.tjtsc-testimonial {
// testimonials wrapper
}
.testimonial-column-... {
// testimonial column, the dot(...) automatically generated from the column arguments in the shortcode
}
.tjtsc-testimonial ul {
// testimonial list style
}
.tjtsc-testimonial li {
// testimonial list style
}
.tjtsc-testimonial p {
// testimonial content
}
.tjtsc-testimonial img {
// testimonial avatar
}
.tjtsc-testimonial cite {
// testimonial name, website name and website url
}
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.