Assuming I have a total of 30 donation projects, and I put 10 projects in category A, another 10 projects in category B, and the final 10 projects in category C. In the front-end shortcode, can I show only projects from category A, or B or C, or any other combination?
Perhaps something like [wc_quick_donation cat="A"] or [wc_quick_donation cat="A,C"]
Assuming I have a total of 30 donation projects, and I put 10 projects in category A, another 10 projects in category B, and the final 10 projects in category C. In the front-end shortcode, can I show only projects from category A, or B or C, or any other combination?
Perhaps something like
[wc_quick_donation cat="A"]
or[wc_quick_donation cat="A,C"]