Forum

Thread tagged as: Question, Blog

Blog archive for specified section

Hey,

I have two sections for my blog. How do I separate my archive to only show section-specific information?

For example, I want to do something like:

perch_blog_custom(array(
    'filter' => 'postDateTime',
    'section' => 'school-news',
    'template' => 'month_year.html',
));

Though this method doesn't actually seem to work.

Thanks, J

James Holmes

James Holmes 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

What result do you get?

That filter won't do anything without a value.