kunoichi / testimonials
Add testimonial post types.
1.0.1
2022-12-05 04:45 UTC
Requires
- php: >=5.6
- hametuha/singleton-pattern: ^1.2
Requires (Dev)
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();