This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.0

Release Date – 15th January 2018

  • Initial release