Forum
Display category links for a specific category set
Is it possible using something like perch_blog_categories() to only display a list of links from a specific category set?
At the moment my template is:
perch_blog_categories(array(
'template' => 'category_link_news.html',
));
Thanks
You can use