Plugin info

Total downloads: 712
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 1/15/2018 (2907 days ago)
Added to WordPress: 1/15/2018 (7 years old)
Minimum WordPress version: 4.8
Tested up to WordPress version: 4.9.22
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2907 days ago

20/100

Is Pofio abandoned?

Possibly abandoned (last update 2907 days ago).

Compatibility

Requires WordPress: 4.8
Tested up to: 4.9.22
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Registers a custom post type along with tags and categories for portfolio projects.

Translators & Non-English Speakers

Translators are welcome to contribute to the plugin. Please use the WordPress translation website.

Support this plugin

Don’t forget to rate this plugin 5 shining stars if you like it, thanks!

Credits

Installation

  1. Upload the entire pofio folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Start by adding portfolio projects Dashboard > Portfolio.

Frequently Asked Questions

Installation Instructions

  1. Upload the entire pofio folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Start by adding portfolio projects Dashboard > Portfolio.

How can I embed portfolio projects on post or page?

Add the [pofio] shortcode to any post or page to display projects.

Are there any attributes to customize the portfolio output?

Optionally add the following attributes to customize the portfolio layout:

  • display_types: display Project Types – displayed by default. (true/false)
  • display_tags: display Project Tag – displayed by default. (true/false)
  • display_content: display project content – displayed by default. (true/false)
  • display_author: display project author name – hidden by default. (true/false)
  • include_type: display specific Project Types. Defaults to all. (comma-separated list of Project Type slugs)
    include_tag: display specific Project Tags. Defaults to all. (comma-separated list of Project Tag slugs)
  • columns: number of columns in shortcode. Defaults to 2. (number, 1-6)
  • order: display projects in ascending or descending order. Defaults to ASC for sorting in ascending order, but you can reverse the order by using DESC to display projects in descending order instead. (ASC/DESC)
  • orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)

Where can I follow development process?

If you’re a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it’s GitHub repository.

Why doesn’t this plugin do anything?

You’ll need to create templates for archive-portfolio.php and single-portfolio.php if you want to display portfolio projects.

Review feed

No reviews available

Screenshots

  1. Portfolio custom post type on WordPress dashboard view.

    Portfolio custom post type on WordPress dashboard view.

Changelog

1.0.0

  • Initial release.