Mô tả
Please note this plugin is still in beta version
With small code in your themes, you can enable several custom post types you need. The idea behind this plugin is to extend our themes at Theme Junkie, but you can enable it in all themes. Every post types comes with custom meta boxes and some with custom taxonomy.
Post Types Included
- Team
- Testimonial
- Doctor
- Department
- Service
- Feature
- Slider
TO DO
- Shortcodes
- Widgets
- Portfolio post type
Cài đặt
Through Dashboard
- Log in to your WordPress admin panel and go to Plugins -> Add New
- Type junkie types in the search box and click on search button.
- Find Junkie Types plugin.
- Then click on Install Now after that activate the plugin.
Installing Via FTP
- Download the plugin to your hardisk.
- Unzip.
- Upload the junkie-types folder into your plugins directory.
- Log in to your WordPress admin panel and click the Plugins menu.
- Then activate the plugin.
Hỏi đáp
-
How to enable the post type?
-
Add this line in your theme
functions.php
.// Enable Team post type. add_theme_support( 'junkie-team' ); // Enable Testimonial post type. add_theme_support( 'junkie-testimonial' ); // Enable Doctor post type. add_theme_support( 'junkie-doctor' ); // Enable Department post type. add_theme_support( 'junkie-department' ); // Enable Feature post type. add_theme_support( 'junkie-feature' ); // Enable Service post type. add_theme_support( 'junkie-service' ); // Enable Slider post type. add_theme_support( 'junkie-slider' );
Đánh giá
There are no reviews for this plugin.
Người đóng góp & Lập trình viên
“Junkie Types” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Junkie Types” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1.4 – 06/12/2015
- Add Role metabox to the testimonial post type.
1.1.3 – 05/07/2015
- Add ‘excerpt’ support to Department, Doctor, Feature, Service and Team post type
- Change the priority of Doctor and Team metaboxes, since it should appear below the excerpt
1.1.2 – 04/24/2015
- Revert the post types name.
1.1.1 – 04/23/2015
- Rename all post types
- Improve Doctors post type metaboxes
- Change ‘department’ taxonomy to ‘speciality’
1.1.0 – 04/23/2015
- Add
flush_rewrite_rules()
function to remove rewrite rules and then recreate rewrite rules - Fix ‘Team’ post type metaboxes couldn’t be save the value
1.0.0 – 04/21/2015
- Initial release.