该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Portfolio CPT

描述

Enables a Portfolio post type and Portfolio Tags taxonomy.

The plugin adds a Portfolio tab to your admin menu, which allows you to add Items just as you would regular posts. This allows you to keep your work even if you change theme.

Bugs

If you find an issue, let us know here!

Contributions

Anyone is welcome to contribute to the Knowledge Base CPT plugin.

There are various ways you can contribute:

  1. Raise an Issue on GitHub
  2. Translate the Knowledge Base CPT plugin into different languages

安装

Upload ‘Portfolio CPT’, activate it, and you’re done!

Place the [portfolio] shortcode on any post or page to display your articles.

常见问题

Installation Instructions

Upload ‘Portfolio CPT’, activate it, and you’re done!

Place the [portfolio] shortcode on any post or page to display your articles.

How do I change the permalink on articles?

In wp-admin, navigate to Settings -> Permalink Settings

Enter a value next to ‘Portfolio’

Press ‘Save Changes’.

Shortcode Options

The shortcode is extremely flexible. With no attributes set it will show all sections and articles:

[portfolio]

Adding a ‘parent’ attribute will limit the output to only sections that are within the parent you specify:

[portfolio parent="29"]

Another option is to set the order

[portfolio orderby="id"]

The full list of paramters can be found here: WP_Term_Query::__construct

评价

此插件暂无评价。

贡献者及开发者

“Portfolio CPT” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Portfolio CPT”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.0

Release Date – 15th January 2018

  • Initial release