UK Portfolio is a WordPress plugin that adds a custom post type “Project”. By having custom post types in a separate plugin, your content remains intact across different themes. It also registers separate project taxonomies for tags and categories.
This plugin doesn’t change how projects are displayed in your theme. You will need to add the some templates if you want to customize the display of projects.
Installation
- In your admin panel, go to Plugins and click the “Add New” button.
- Click “Upload Plugin” and “Choose File”, then select the plugin’s .zip file. Click “Install Now”.
- Click “Activate” to use plugin right away.
Frequently Asked Questions
How can I display projects differently than regular posts?
You will need to create some templates: archive-uk-project.html, taxonomy-uk-project_category.html and taxonomy-uk-project_category.html for displaying multiple projects and a single-uk-project.html for displaying the single project.
Why did you make this?
To allow users have a portfolio functionality in my themes. And hopefully to save time for other people trying to build a portfolio.
Changelog
Version 1.1.4
* FIXED: readme.txt.
Version 1.1.3
* DELETED: Not permitted files (.DS_Store).
* FIXED: Variables escapes.
Version 1.1.2
* FIXED: variables escapes and plugin prefixes.
Version 1.1.1
* FIXED: add_taxonomy_filters function.
Version 1.1.0
* DELETED: Metaboxes.
Version 1.0.0
* Release.
Leave a Reply