portfolio-toolkit
Portfolio Toolkit adds ‘portfolio’ post type with two taxonomies (Category and Tag). It also adds custom metabox with three fields: ‘Client’, ‘Date’ and ‘URL’.
Installation
Using The WordPress Dashboard (Recommended)
-
Go to
Plugins
→Add New
- In a search field type portfolio-toolkit and hit enter
-
Click
Install Now
next to Portfolio Toolkit by Dmitry Mayorov -
Click
Activate the plugin
when installation is complete
Uploading in WordPress Dashboard
-
Go to
Plugins
→Add New
-
Click on the
Upload Plugin
button next to the Add Plugins page title -
Click on the
Choose File
button - Locate portfolio-toolkit.zip on your computer
-
Click the
Install Now
button -
Click
Activate the plugin
when installation is complete
Using FTP (Not Recommended)
- Download portfolio-toolkit.zip
- Extract the portfolio-toolkit directory to your computer
- Upload the portfolio-toolkit directory /wp-content/plugins/
-
Go to
Plugins
→Installed Plugins
-
Click
Activate
under Portfolio Toolkit plugin title
FAQ
Who is this plugin for?
Target audience of this plugin is mainly theme developers who are willing to create a portfolio theme or want to add portfolio functionality to an existing one.
How is this plugin different from Jetpack portfolio module or similar plugins?
This plugin is actually inspired by Jetpack portfolio module and Portfolio Post Type by Devin Price and Gary Jones. However, Portfolio Toolkit is built with WordPress Plugin Boilerplate, which follows a slightly different approach in building plugins. On top of that, Portfolio Toolkit adds custom metabox with three fields.
What fields are included in a metabox?
There are three meta boxes at the moment:
Client – Client name for the project (e.g. Apple)
Date – Release date of the project (e.g. June 2015)
URL – Link to a live project (e.g.
http://www.apple.com/)
Does this plugin include any templates?
No, it doesn’t. However, you can easily create your own in your theme (or child theme).
Can I participate?
Absolutely. You are welcome to report issues and submit pull requests.
Changelog
0.1.8
- Fixed: Make portfolio taxonomies appear in the editor.
0.1.7
- Added: Set ‘show_in_rest’ key to true so Gutenberg is enabled by default
0.1.6
- Fixed: Minor Codesniffer warnings
- Added: Compatibility with WordPress 5.0
0.1.5
- Fixed: Minor Codesniffer warnings
- Changed: Portfolio taxonomy labels
0.1.4
- Fixed: Minor Codesniffer warnings
- Added: Compatibility with WordPress 4.5
0.1.3
- Fixed: Minor improvements and bug fixes
0.1.2
- Added: Compatibility with WordPress 4.3
0.1.1
- Fixed: Minor codesniffer warnings
0.1.0
- Initial Release