Portfolio Shortcodes
I am trying to embed a portfolio project on a page. I have activated the Portfolio custom content type on my site and I have added a project with project type 'Web'.
On the page titled 'Web', I have added the following portfolio shortcode:
[portfolio display_types=true display_tags=false include_types=Web columns=2 showposts=10 orderby=title]
This shortcode works.
On a separate page titled 'Print', I inserted the same short code, but I changed the "include_types=Print".
[portfolio display_types=true display_tags=false include_types=Print columns=2 showposts=10 orderby=title]
The same project displayed. I was hoping that no project would display since I have not created a project with project types=Print yet.
In the example code, the 'include_type=' was singular, and I had to add an 's' in order to get it to work. [portfolio display_types=true display_tags=false include_type=grooming-tips,best-kitties columns=2 showposts=10 orderby=title]
I have not launched my site, so I am sorry I can not send an url. Please let me know if you need more info.
Thank you.