Linux 软件免费装

Junkie Types

开发者 themejunkie
更新时间 2022年10月26日 23:49
PHP版本: 4.6 及以上
WordPress版本: 6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

slider team feature custom post type post type testimonial service doctor department

下载

1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.0.0

详情介绍:

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 TO DO

安装:

Through Dashboard
  1. Log in to your WordPress admin panel and go to Plugins -> Add New
  2. Type junkie types in the search box and click on search button.
  3. Find Junkie Types plugin.
  4. Then click on Install Now after that activate the plugin.
Installing Via FTP
  1. Download the plugin to your hardisk.
  2. Unzip.
  3. Upload the junkie-types folder into your plugins directory.
  4. Log in to your WordPress admin panel and click the Plugins menu.
  5. Then activate the plugin.

常见问题:

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' ); `

更新日志:

1.1.4 - 06/12/2015 1.1.3 - 05/07/2015 1.1.2 - 04/24/2015 1.1.1 - 04/23/2015 1.1.0 - 04/23/2015 1.0.0 - 04/21/2015