Linux 软件免费装
Banner图

Projects Postype

开发者 950dsgn
更新时间 2018年3月17日 01:20
WordPress版本: 4.9.4
版权: GPLv2 or later
版权网址: 版权信息

标签

taxonomies portfolio projects post type meta boxes

下载

详情介绍:

A simple plugin to create Projects/Portfolio Post Type with Custom Taxonomies and Custom Meta Boxes.

安装:

Just install and activate.

屏幕截图:

  • The Admin Page

常见问题:

How can I display Projects?

To display your projects in your theme, you can create custom templates or you can use 'single-projects.php' and 'archive-projects.php'.

How can I display 'Project Type' Taxonomy?

To display the taxonomy in your theme you can use: the_terms( $id, $taxonomy, $before, $sep, $after ) $taxonomy = 'project-type'

How can I display Meta Boxes?

To display colors and client information in your theme you can use: echo get_post_meta( int $post_id, string $key = '', bool $single = false ) Color 1: $key = 'color_1' Color 2: $key = 'color_2' Client Name: $key = 'client_name' Client Website Link: $key = 'client_website_link' Client Website Name: $key = 'client_website_name'

更新日志:

1.0