kunoichi / testimonials
Add testimonial post types.
Installs: 3 013
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=5.6
- hametuha/singleton-pattern: ^1.2
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-05 09:16:53 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();