Forum

Thread tagged as: Question, Addons, Blog

Changing the blog count in responsive layout

I am using a perch custom content with the blog app eg.:

perch_blog_custom(array( 'category' => array('aktuelles'), 'sort'=>'postDateTime', 'sort-order'=>'DESC', 'template' => 'aktuelles-startseite.html', 'count' => '3', ));

So on a desktop I have a count of 3 but on a mobile I only really want to have a count of 1 Is there a way of doing this easily?

Matthew Owen

Matthew Owen 0 points

  • 5 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Not with Perch, our processing is done before the output gets to the browser.