The Portfolio Post Type plugin gives you a shortcode called [portfolio], which pulls content from the Portfolio post type.
Realizing that users sometimes switch themes, I wanted to give those users a way to continue using their portfolio with other themes. This also allows us to make the portfolio feature something that anyone can use, even if they’re not using one of my themes.
Shortcode Options
The shortcode has a few extra options if you wish to use them:
- display: content, excerpt
- filter: show, hide
- link: image, page
- orderby: For a list of all parameters: click here.
- order: ASC , DESC
- numberposts: Number of posts to display.
- size: Set image size using add_image_size.
- title: above, below
Changelog
Version 1.0.0
Plugin launch.