portfolio project won't show
-
I have the Ampersand theme and my portfolio won’t show when I use this short code [portfolio display_type=true display_tags=false include_type=ui-design,app-design columns=3 showposts=10]
It says I have nog projects, but I do! What’s wrong?The blog I need help with is: (visible only to logged in users)
-
-
-
Hi!
I just took a look and it seems there are two steps still required to get this going.
The first bit is to modify that shortcode and mind the “include_type” parameter. You might notice it is “include_type=ui-design,app-design” right now, which means that only projects of any of those two types will be shown (ui-design and app-design).
Your site, however, only has these two types: duurzaamheid, human-interest:
https://suzanneleijtensteksten.wordpress.com/wp-admin/edit-tags.php?taxonomy=jetpack-portfolio-type&post_type=jetpack-portfolioThis means that you need to remove the include_type parameter, or change it to any of those types above. This acts like a filter, so if the available portfolio items do not match of these types, they are excluded.
The second bit is that your Portfolio items are currently Drafts:
https://suzanneleijtensteksten.wordpress.com/wp-admin/edit.php?post_type=jetpack-portfolioSince they are not yet Published, they won’t be visible in any Portfolio page.
So, in a nutshell, you need to tweak the shortcode to either remove the include_type filter, or use a type that exists on your site; and you also need to publish your portfolio items.
Let me know if that helps, I’ll be happy to take a look or give you a hand if it’s giving you any issue :)
-
-
- The topic ‘portfolio project won't show’ is closed to new replies.