有些主題的「側欄顯示最新留言」是如下圖,不知是否有外掛可以讓它直接顯示出「留言的摘錄或內容」呢?

解決方法:
外掛【Advanced Comments Widget】 加自訂CSS

自訂CSS:
/*sidebar-外掛【Advanced Comments Widget】把留言處加上背景色*/
.comment-content.acw-comment-content{
background:#f2f2f2;
padding-left:10px;
border-radius:12px
;
font-size:14px ;
}/*sidebar-外掛【Advanced Comments Widget】左邊留言者的區塊調小*/
.comment-meta.acw-comment-meta{
font-size:14px;
width:60%;
}
/*sidebar-外掛【Advanced Comments Widget】左邊留言者的文章標題顏色*/
.comment-link.acw-comment-link{
color:#76c579;
}
Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/399491.cloudwaysapps.com/nduuntwyqh/public_html/wp-includes/comment-template.php on line 2687