You've been so helpful! I'm really getting the hang of this.
I've added many portfolio items. I have a page where they show in a grid. I have two questions.
First, when I list the categories separately, everything shows up. So I use the following:
[portfolio_grid column="3" showposts="12" cat="strategy" disable="date,visit"]
[portfolio_grid column="3" showposts="12" cat="branding" disable="date,visit"]
[portfolio_grid column="3" showposts="12" cat="publicity" disable="date,visit"]
[portfolio_grid column="3" showposts="12" cat="sales" disable="date,visit"]
When I list them in one shortcode, nothing shows and the site says it can't find the category:
[portfolio_grid cat="branding, publicity, sales"] which brings up: No portfolio posts were found for the category selected.
Second: I do want to list my categories with fancy buttons so readers can choose the category they wish to see. I don't know how to show the categories. Using the first set of shortcodes, each category is on a different row (which is fine) but you can't tell which is which and there is no way to choose from a list.
Many thanks!













