Getting Started
Portfolio and Projects works with WordPress by default post.
Project and Portfolio Shortcode Parameters
[pap_portfolio]
-
LIMIT:
[pap_portfolio limit="5"]
Number of projects you want to show.by default is 5. -
CATEGORY:
[pap_portfolio category="5,15,8"]
Display portfolio category wise. You can pass multiple ids by comma separated. -
GRID:
[pap_portfolio grid="2"]
Display post in Grid formats. You can use grid:1,2,3,4. -
ORDERBY:
[pap_portfolio orderby="date"]
Display projects in your order. Values are “date”, “modified”, “title”, “name” (Post Slug), “ID”, “rand”, “comment_count”. -
ORDER:
[pap_portfolio order="DESC"]
Controls post order. Values are “ASC” OR “DESC”. -
LINK:
[pap_portfolio link="true"]
Display portfolio link in popup or not.