Forum

Thread tagged as: Question, Runway, Blog

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

Alex Bennett

Alex Bennett 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You can use

'set' => 'slug-of-set'