Warning: Attempt to read property "images" on null in /home/sites/HilauCom/public/wp-content/themes/HJYL_HILAU-master/functions.php on line 132

Warning: Trying to access array offset on null in /home/sites/HilauCom/public/wp-content/themes/HJYL_HILAU-master/functions.php on line 132

Warning: Attempt to read property "url" on null in /home/sites/HilauCom/public/wp-content/themes/HJYL_HILAU-master/functions.php on line 132
打赏功能

WordPress Ajax 评论分页+翻页代码

WordPress 升级到4.4版本后源代码分页函数失效。只需要给paginate_comments_links函数加上个total参数就可以了。代码已更新。 如果某篇文章评论特别多的时候,我们可以启用分页,但是想查看其他分页的评论就要刷新页面,但是文章内容是相同的,所以这个动作用AJAX 来完成用户体验会好一些。 wp_list_comments有一个callback参数,这个参数是评论回调函数......继续阅读