Documentation Portal

Soledad Documentation

Create and configure portfolio content and portfolio display layouts.

36 articles across 15 sections.

Content Features

Portfolio

To use Portfolio function, you need to install plugin Penci Portfolio. You can go to Appearance > Install Plugins > Install & Active this plugin

If you're using Elementor or WPBakery Page Builder, you can use element Penci Portfolio to create a portfolio page.

Check this video tutorial to know how to config your portfolio:

We provide portfolio shortcode also, you can see Select shortcode button on your editor tool on Add New/Edit Page( for Classic Editor ). Full portfolio shortcode look like this:

[portfolio image_type="landscape" style="masonry" lightbox="false" pagination="number" cat="" number="12" filter="true" column="3" all_text="All" /]

  • image_type: is image type of portfolio. You can select to display Landscape, Square, Vertical. Select between 3 values: "landscape", "square" or "vertical". This attr just apply for Style "Grid" only.
  • style: is portfolio style. Select between 2 values: "masonry" or "grid".
  • lightbox: enable lightbox when click on images. Select between 2 values: "false" or "true". Fill true if you want to enable it.
  • pagination: is pagination style. Select between 3 values: "number" or "load_more" or "infinite".
  • cat: If you want display projects within a portfolio category or some portfolio categories, then you can fill here slugs of that portfolio categories. Example: cat='slug-1, slug-2, slug-3'. Check this image to know what's portfolio category slug.
  • number: is the number of portfolio articles you want to display. If you want to display all of them, let fill "-1".
  • filter: value is "true" or "false". If the value is true, filter categories will display and if the value is false, filter categories will be hidden.
  • column: is the number of columns you want to display on your portfolio layout, the value can be "2" or "3". Default value is "3".
  • all_text: Change text "All" on filter categories of portfolio

Note: In some cases, the permalink doesn't update for portfolio. If you view a portfolio and got a 404 error, please go to admin page > Settings > Permalink > click to "Save Changes" again to update the permalink.