1. Home
  2. Trustie Free
  3. Using Trustie
  4. Testimonials

Testimonials

Curate and display standout customer quotes alongside your reviews, with full control over what appears and how.

Testimonials vs Reviews

Reviews are submitted by customers and go through moderation. Testimonials are a separate, curated system where you have complete editorial control.

ReviewsTestimonials
Submitted byCustomers (via product pages)Customers via a public form, or added by you in admin
StorageWordPress comments (comment_type=review)WordPress custom post type (trustie_testimonial)
ModerationApprove / hold queuePending / Published with optional auto-approval rule
Best forAuthentic, volume-based product feedbackHand-picked quotes for landing pages, home pages
Requires WooCommerceYesNo

Think of reviews as the raw, authentic voice of your customers. Testimonials are the highlight reel: the best quotes you want front and centre.

Where to find them

Everything testimonial-related lives at Tracksies → Trustie → Settings → Testimonials. That tab has three sub-tabs:

  • Settings: storage configuration (built-in CPT or map to an external one), submission-form options, consent text, auto-approval threshold.
  • Testimonials List: paginated list of every testimonial (any status) with author, excerpt, rating, status badge (Published / Pending / Draft), date, and an Edit link. Includes an Add New Testimonial button.
  • Moderation: paginated list filtered to testimonials awaiting approval. Same row format and Edit links; an empty state when nothing is pending.

Adding a testimonial

  1. Go to Tracksies → Trustie → Settings → Testimonials → Testimonials List.
  2. Click Add New Testimonial.
  3. Fill in the details:
FieldWhat It Is
ContentThe testimonial text, the customer’s quote
Author NameWho said it
RatingStar rating (1-5, optional)
CompanyThe customer’s company or business (optional)
RoleTheir role or title (optional)
SourceWhere the testimonial came from, for example “Email”, “Google” or “In person” (optional)
Featured ImageA photo of the customer (optional)
  1. Click Publish.

Editing and organising

From the Testimonials List sub-tab, click Edit on any row to open the WordPress post editor:

  • Edit content, author, or metadata at any time
  • Draft testimonials you’re not ready to publish yet
  • Trash ones you no longer want to display
  • Reorder by changing the published date or using a menu order plugin

Moderation workflow

When customers submit testimonials via [trustie_testimonial_form], they save as Pending and are not displayed publicly. To review them:

  1. Open Tracksies → Trustie → Settings → Testimonials → Moderation.
  2. Click Edit on a row to read the full submission, change the status to Published (or Trash), and save.
  3. The testimonial appears in your shortcodes, floating widget, and reviews page once published.

The auto-approval rule in the Settings sub-tab can publish higher-rated submissions automatically, leaving only lower-rated or no-rating ones in the Moderation queue.

External CPT support

Already have testimonials from another plugin stored as a different custom post type? Trustie can map to existing testimonial CPTs so you don’t have to re-enter everything. Configure under SettingsTestimonialsSettings sub-tab.

Displaying testimonials

Grid, masonry, or list (shortcode)

Use the [trustie_testimonials] shortcode to display testimonials on any page:

[trustie_testimonials]
ParameterTypeDefaultDescription
limitint10How many testimonials to show
columnsintFrom Card Columns settingGrid columns (1-4). Per-shortcode override.
layoutstringFrom Card Layout settinggrid, masonry, or list.
show_ratingyes / noyesShow star rating
show_photoyes / noyesShow customer photo

Examples:

There are two shortcuts as well: [trustie_testimonial_slider] for an auto-advancing carousel, and [trustie_testimonial_grid] for the grid layout without having to pass layout="grid".

Three-column masonry:

[trustie_testimonials layout="masonry" columns="3" limit="9"]

Simple list without ratings:

[trustie_testimonials layout="list" show_rating="no"]

Use yes and no, not true and false. These two attributes are matched against the exact word yes, so show_rating="true" switches the rating OFF rather than on, which is the opposite of what it looks like.

Testimonial cards display the quote, the author’s name, their company and role (if provided), and a star rating. If you’ve added a featured image, it appears as a circular avatar beside the author name. Column counts respect the per-screen-size settings under Display Settings → Card Columns (Desktop / Tablet / Phone).

Submission form (shortcode)

Let visitors submit testimonials directly from your site:

[trustie_testimonial_form]

Submitted testimonials are saved as Pending and won’t appear publicly until you review them in the Moderation sub-tab (or until they meet your auto-approval rule).

In the floating widget

Testimonials can appear in the floating review widget alongside your product reviews and Google reviews. When testimonials are published and the widget is enabled, they’re included in the widget’s content rotation.

On the reviews page

If you’re using the

Loading reviews...
or
Loading reviews...
shortcode, testimonials are mixed in with reviews and can be filtered by source.

Practical tips

Keep testimonials concise. A punchy two-sentence quote is more powerful than a three-paragraph essay. If a customer sends you a long email of praise, pull out the best line and use that.

Include company and role when possible. “Sarah M., Marketing Director at Bloom Studio” carries more weight than “Sarah M.”, especially for B2B businesses.

Mix your sources. Testimonials from email, social media, and in-person conversations all count. Use the Source field to track where each one came from.

Refresh regularly. A testimonials section with quotes from 2022 looks stale. Add new ones as they come in and retire older ones to keep things current.

Common questions

Can customers edit their testimonials after submitting?
No. Once submitted, testimonials are managed entirely by you in the admin. If a customer wants to change their testimonial, they’d contact you and you can edit it directly.

Do testimonials affect my star rating?
Testimonials have their own star ratings, but they’re separate from your product and site review averages. They don’t inflate (or deflate) your product ratings.

Can I import testimonials from another plugin?
If your existing testimonials are stored as a WordPress custom post type, Trustie can map to that CPT via the Settings sub-tab. For other formats, you can add them manually.

If something’s not working

Testimonials not appearing on the page:

  • Check that the testimonial is set to Published (not Pending or Draft) in the Testimonials List sub-tab
  • Make sure the shortcode is correct: [trustie_testimonials]
  • Clear any page cache

Submission form not showing:

  • Verify you’re using [trustie_testimonial_form] (not the review form shortcode)
  • Check for JavaScript errors in your browser console, because a theme or plugin conflict might be interfering

Still stuck? Drop us a line at support@tracksies.com and we’ll help you sort it out.

How can we help?