How to limit no of comments in a page in wordpress

情到浓时终转凉″ 提交于 2019-12-13 04:26:52

问题


I am creating feedback page in wordpress application. I am using

 <?php comments_template(); ?>

code in my template file. I don't know how should I limit no. of comments in a page. Basically I want that it should display 4 comments in the feedback page. After 4 comments there should be pagination of comments. Please help me...


回答1:


in the admin panel-

Settings > Discussion > Other comment settings > Tick - Break comments into pages with [NUMBER] ......



来源:https://stackoverflow.com/questions/14473762/how-to-limit-no-of-comments-in-a-page-in-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!