WP Manifestindependent plugin directory
manifest / content / mai-testimonials

Mai Testimonials

Manage and display your testimonials with the typical ease and beauty of your Mai Theme.

by BizBudding · github.com/maithemewp/mai-testimonials · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/maithemewp/mai-testimonials/archive/refs/heads/master.zip

Readme

Mai Testimonials

​1. Install/activate.

  1. Add Testimonials via Dashboard > Testimonials > Add New.
  2. Create a "Page" called "Testimonials".

Mai Theme v2

  1. Add a Mai Testimonials block (or Mai Post Grid block set to display Testimonials on the Entries tab) and modify the settings as you'd like.

Mai Theme v1/Classic

  1. Add a shortcode [grid content="testimonial" number="all" columns="2"] and modify grid parameters as you'd like.
  2. To use grid as a testimonial slider (works great in the Sections template), use [grid content="testimonial" columns="1" slider="true"].

Filters

mai_testimonials_render_schema

Disable all testimonial schema (JSON-LD) output. Return false to prevent the consolidated Organization/Review schema from being rendered.

/**
 * Disable all Mai Testimonials schema output.
 *
 * @param bool $render Whether to render the schema. Default true.
 *
 * @return bool
 */
add_filter( 'mai_testimonials_render_schema', '__return_false' );

mai_testimonials_schema

Modify the schema array before it's output, instead of disabling it entirely.

/**
 * Filter the Mai Testimonials schema array before output.
 *
 * @param array $schema The JSON-LD schema array.
 *
 * @return array
 */
add_filter( 'mai_testimonials_schema', function( $schema ) {
    // Modify $schema as needed.
    return $schema;
} );

Read the full README on GitHub →

Releases

TagPublished
2.7.4 Jun 12, 2026
2.7.3 Dec 5, 2024
2.7.2 Apr 9, 2024
2.7.1 Nov 27, 2023
2.7.0 Jun 20, 2023
2.6.3 Apr 4, 2023
2.6.1 Jan 17, 2023
2.6.0 Nov 29, 2022
2.5.0 Nov 18, 2022
2.4.2 Oct 27, 2022
2.4.1 May 5, 2022
2.4.0 May 5, 2022
2.3.1 Mar 2, 2022
2.3.0 Jan 31, 2022
2.1.0 Mar 2, 2021
2.0.3 Feb 13, 2021
2.0.2 Jan 5, 2021
2.0.1 Dec 11, 2020
2.0.0 Dec 1, 2020
0.5.3 Dec 16, 2019
0.5.2 Jun 11, 2018
0.5.1 May 31, 2018

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.