Create and add personal portfolio to your WordPress website. Manage and showcase past projects to get more clients.
Portfolio plugin is the best way to create and add past projects to your WordPress website. Create, configure and manage unlimited number of portfolio projects.
Include project details, short and long description, URL, screenshots, date of completion along with each project and much more.
Showcase your recent work to get more jobs and grow your business!
Pro Features
All features from Free version included plus:
- Create and display portfolio:
- Categories
- Sectors
- Services
- Add info about the client
- Add the widget with portfolio categories
- Sort portfolio projects by date and title
- Change the size for slider images
- Enable lightbox helper:
- Button
- Thumbnail
- Add the slider with featured portfolios
- Configure all subsites on the network
- Get answer to your support question within one business day (Support Policy)
If you have a feature suggestion or idea you’d like to see in the plugin, we’d love to hear about it! Suggest a Feature
Visit our Help Center if you have any questions, our friendly Support Team is happy to help – https://support.bestwebsoft.com/
Earn 20% commission by selling the premium WordPress plugins and themes by BestWebSoft — https://bestwebsoft.com/affiliate/
Some of these translations are not complete. We are constantly adding new features which should be translated. If you would like to create your own language pack or update the existing one, you can send the text of PO and MO files to BestWebSoft and we’ll add it to the plugin. You can download the latest version of the program for work with PO and MO files Poedit.
portfolio
to the directory /wp-content/plugins/
View a PDF version of Step-by-step Instruction on Portfolio Installation
Plugin template files can be found in the /wp-content/plugins/portfolio/templates/
directory.
You can edit these files in an upgrade-safe way using overrides. Copy them into a directory with your theme named /bws-templates
.
Example: To override the single portfolio template, please copy /wp-content/plugins/portfolio/templates/portfolio-post.php
to wp-content/themes/your-theme/bws-templates/portfolio-post.php
.
Do not edit these files in the plugin’s core directly as they are overwritten during the upgrade process and any customizations will be lost.
This error means that your theme doesn’t support thumbnails, in order to add this option please find the file ‘functions.php’ in your theme and add the following strings to this file:
add_action( ‘after_setup_theme’, ‘theme_setup’ );
function theme_setup() { add_theme_support( 'post-thumbnails' ); }
After that your theme will support thumbnails and the error will disappear.
Please make sure that the problem hasn’t been discussed yet on our forum (https://support.bestwebsoft.com). If no, please provide the following data along with your problem’s description:
portfolio.php
and portfolio-post.php
template files is changed.