Forum

Thread tagged as: Problem, Runway, Blog

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?

Erick Green

Erick Green 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

What sort of blank page?

Regular php blank page i think. Dont get any content visible, not even debug.

Drew McLellan

Drew McLellan 2638 points
Perch Support

Nothing in your error log?

Actually this worked after upgrading to Runway 3.0.1 as well. No blank page any more!