Forum
Comment app pagination
Is it possible to add a pagination to comment app?
<?php
perch_comments('subpages');
perch_comments_form('subpages', 'Destinations');
?>
Is it possible to add a pagination to comment app?
<?php
perch_comments('subpages');
perch_comments_form('subpages', 'Destinations');
?>
Hello Edward,
Yes, it is possible. Check the options array in the documentation.
Thank you