-
如何去掉发帖人名称前的头像?
附件:
You must be
logged in to view attached files.
@icaction
目标文件:plugins\bbpress\includes\forums\template.php
找到下面代码,把’size’ => 14 改成 0 应该就可以了,其实应该还有几处的,你可以自己搜搜“description”看看其它函数。
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
function bbp_get_single_forum_description( $args = '' ) {
// Parse arguments against default values
$r = bbp_parse_args( $args, array(
'forum_id' => 0,
'before' => '<div class="bbp-template-notice info"><p class="bbp-forum-description">',
'after' => '</p></div>',
'size' => 14,
'feed' => true
), 'get_single_forum_description' );
@icaction
自己找找吧,我具体没试过,其实很易改的,查看源码,全文件里搜搜class名也能找到相关代码。
最简单的方法是,前端写样式隐藏了它,一句话就行了。
bbPress & WordPress中文社区(分享交流技术,插件,主题)