Page 1 of 1

Pagination for comments

Posted: Mon Feb 27, 2023 9:26 am
by admin
Same as for thumb and model, you can create pagination for comments

<comments num=1-10 adjust_num_to_page=true>
<!--DATE--> <!--COMMENT--> <br>
</comments>

And a pagination for it

<comments num=1-10 adjust_num_to_page=true type=pagination>
<!--PAGE_NUM--> ...
</comments>