wordpress小工具最新评论显示评论内容_科技资讯_七洗推广网

wordpress小工具最新评论显示评论内容

#科技资讯 发布时间: 2023-08-27
Kdatacenter:$17.1/月/1G内存/100GB SSD空间/1TB流量/1Gbps端口/KVM/韩国SK/直连;原生IP

wordpress默认的侧边栏有个 最新评论 小工具,其默认不显示评论内容,下面是修改后可以显示评论作者和评论内容的。
修改文件:wp-includes/default-widgets.php
找到:

if ( $comments ) {
	// Prime cache for associated posts. (Prime post term cache if we need it for permalinks.)
	$post_ids = array_unique( wp_list_pluck( $comments, 'comment_post_ID' ) );
	_prime_post_caches( $post_ids, strpos( get_option( 'permalink_structure' ), '%category%' ), false );
	foreach ( (array) $comments as $comment) {
		$output .=  '
  • ' . /* translators: comments widget: 1: comment author, 2: post link */ sprintf(_x('%1$s on %2$s', 'widgets'), get_comment_author_link(), 'comment_ID) ) . '">' . get_the_title($comment->comment_post_ID) . '') . '
  • '; } }

    改为:

    科技资讯SEO

    上一篇 : 如何在网页上实现虎牙直播?

    下一篇 : WORDPRESS修改记录
    品牌营销
    专业SEO优化
    添加左侧专家微信
    获取产品详细报价方案