Pagination for comments

Post Reply
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Pagination for comments

Post 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>
Don't forget to run script update
Post Reply