kunoichi/testimonials

Add testimonial post types.

Maintainers

Package info

github.com/kuno1/testimonials

pkg:composer/kunoichi/testimonials

Statistics

Installs: 3 014

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2022-12-05 04:45 UTC

This package is auto-updated.

Last update: 2026-03-05 12:10:11 UTC


README

Testimonial and portfolio post type for WordPress.

Description

This library provides two custom post types.

  • Portfolio
  • Testimonial

These are very similar to Jetpack's CPT but simpler than that.

Installation

Install via composer.

composer require kunoichi/testimonials

And initialize the class from your entry point: functions.php for themes, anytime before init hook in pllugin.

// In theme's functions.php
PortfolioPostType::get_instance();

// In plugin's mail file.
TestimonialPostType::get_instance();