我想修改comments list (用户留下的评论)在WP网站上使用BuddyPress。
在里面comments.php 我将其缩小为以下代码:
<?php wp_list_comments( array( \'callback\' => \'bp_dtheme_blog_comments\' ) ); ?>
我能找到什么线索吗bd_dtheme_blog_comments, 最好的修改方法是什么?非常感谢。
我想修改comments list (用户留下的评论)在WP网站上使用BuddyPress。
在里面comments.php 我将其缩小为以下代码:
<?php wp_list_comments( array( \'callback\' => \'bp_dtheme_blog_comments\' ) ); ?>
我能找到什么线索吗bd_dtheme_blog_comments, 最好的修改方法是什么?非常感谢。
只需搜索源代码即可找到函数定义?
它在里面plugins/buddypress/bp-themes/bp-default/functions.php
, 您可以在主题中创建自己的版本,该版本应覆盖提供的版本。
我正在尝试创建带有分页的自定义注释页面。我有非等级定制类型的“公寓”。它使URL类似于:/apartments/ - for acrhive /apartments/%id%/ - for post page /apartments/%id%/comments-page-X/ - for comments (X is some number) 如何创建页面/apartments/%id%/questions/ 征求意见?并删除/apartments/%id%/comments-p