Lovage Portfolio

A simple portfolio WordPress plugin that allows you to show your works easily.

Author:Lovage (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:5.2.6
Plugin version:1.0.3
Added to WordPress repository:04-10-2019
Last updated:29-10-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://lovage.io/product/lovage-portfolio
Total downloads:248
plugin download
Click to start download

Lovage Portfolio is a simple portfolio WordPress plugin that allows you to show your works easily. It works with all themes, especially can be used as a free extension with our free WordPress theme Lovage. You can add the portfolio grid layout with the shortcode everywhere or create a page with the plugin page template.

Lovage Portfolio is developer-friendly, it includes many hooks that the developer can customize the template or post type slug.

Shortcode

Just insert [lovage_portfolio] to the page content to show the portfolio grid.

Shortcode Arguments:
number: the number of posts per page. e.g, [lovage_portfolio number=6]
pagination: Show the paingation navigation or not, 1 is enable, 0 is disable. e.g, [lovage_portfolio number=6 pagination=1]
orderby: date, title, rand. e.g, [lovage_portfolio orderby=’date’]
order: asc, desc. e.g [lovage_portfolio order=’desc’]

Use the page template

Create a page, and you can select ‘Portfolio Grid Template’ template in page attribute section.

How to customize the page, single post and taxonomy template?

First of all, create ‘lovage-templates’ in the root folder of your theme, then, create ‘portfolio’ subfolder in it.
Second, open the plugin folder ‘lovage-portfolio’ > ‘templates’, you can see the template files, just copy them to ‘theme-folder/lovage-templates/portfolio’ folder, and make changes, it will override the plugin templates.