Portfolio Pro Advance
Portfolio Pro Advance is a powerful, easy-to-use WordPress plugin crafted for creatives, freelancers, agencies, and anyone who wants full control over how their portfolio is presented online. Whether you’re a designer, photographer, developer, or artist, this plugin gives you the freedom to display your work the way you always imagined.
Amazing Features:
- Justified and List layouts
- Project URL and technologies used
- Responsive and customizable design
- Easy shortcode embedding
- Grid and Masonry layouts
- Portfolio Categories & Tags
- Elementor Widget
- Portfolio Groups
- Access Control (Private portfolios)
- Analytics (track project views)
- Custom Fields (Client, Budget, Timeline, etc.)
- Project Image Gallery
- NEW: Color Branding (Title, Description, Filter Buttons)
- NEW: Filterable Layout support via Shortcode
Freemius Integration
This plugin uses Freemius for license management and update delivery. Upon activation, you may choose to opt in to: – Security and feature updates – New feature announcements – Anonymous usage tracking
View our Privacy Policy for more details.
Shortcode
Use the [petruth_display] shortcode to display portfolio items anywhere on your site.
Basic Usage
[petruth_display]
Attributes
-
layout(optional) Layout style.- Free:
justified,list - Pro:
grid,masonryDefault:justified
- Free:
-
filterable(Pro only) Enables filter buttons above the portfolio items. This forces the layout to a filterable grid style. Values:category,tag,groupExample:filterable="category" -
columns(optional) Number of columns (for grid layouts). Example:columns="4" -
category(optional) Filter by category slug. Example:category="branding" -
tag(Pro only) Filter by tag slug. Example:tag="ui" -
group(Pro only) Filter by group slug. Example:group="featured" -
show_titles(optional) Show or hide titles. Values:yes(default) orno -
show_descriptions(optional) Show or hide excerpts. Values:yes(default) orno
Example
[petruth_display filterable=”category” layout=”grid” columns=”3″ category=”branding” show_titles=”yes” show_descriptions=”no”]
