Forum
Multiple blogs
Im having trouble listing blogs with perch_blog_custom. I see all my blogs listed by using:
<?php perch_blogs(); ?>
So i know they're there. But when i try list just one of them using
<?php
perch_blog_custom([
'count' => 10,
'sort' => 'postDateTime',
'sort-order' => 'DESC',
'blog' => 'news',
]);
?>
i get a blank page only. Any suggestions?
What sort of blank page?
Regular php blank page i think. Dont get any content visible, not even debug.
Nothing in your error log?
Actually this worked after upgrading to Runway 3.0.1 as well. No blank page any more!