Forum
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?
Not with Perch, our processing is done before the output gets to the browser.