Forum

Thread tagged as: Question, Blog

Within the Blog App - Populating a page with posts from multiple categories

Within the Blog App, how do I populate a page with posts from multiple categories?

For example, I have categories Dessert, Soup, Salad, and Cars. I want to populate the categories Dessert, Soup, and Salad to a page titled FOOD.

Thanks!

Cody Sherrod

Cody Sherrod 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

perch_blog_custom([
    'category' => ['dessert', 'soup', 'salad', 'cars'],
]);