kunoichi / testimonials
添加推荐帖子类型。
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: 2024-09-05 08:37:13 UTC
README
WordPress的推荐和作品集帖子类型。
描述
此库提供两种自定义帖子类型。
- 作品集
- 推荐
这些与Jetpack的CPT非常相似,但比它简单。
安装
通过composer安装。
composer require kunoichi/testimonials
从您的入口点初始化类:主题中的functions.php,在插件中的init钩子之前。
// In theme's functions.php PortfolioPostType::get_instance(); // In plugin's mail file. TestimonialPostType::get_instance();