Hello,
How can I output perch_blog_categories(); from only one category set?
perch_blog_categories();
Thanks, Mike
Hi Mike, you would use the set argument:
set
perch_categories([ 'set' => 'my-category-set', ]);
Thank you, it works. I did try that before, but somehow I got it wrong.
Hi Mike, you would use the
set
argument:Thank you, it works. I did try that before, but somehow I got it wrong.