您好,我不能百分之百确定我是否正确理解了您的问题,但如果您想替换该摘录,请尝试一下[…]你想要什么都行。你可以用这个钩子来操纵它。其中“More”在&;之后;nbsp您可以随意使用,甚至可以使用CSS更改其样式。将此粘贴到函数中。php并对其进行编辑以满足您的需要。
function new_excerpt_more( $more ) {
return \' <a class="excerpt-dot" href="\'. get_permalink( get_the_ID() ) . \'">\' . __(\'> More\', \'your-text-domain\') . \'</a>\';
}
add_filter( \'excerpt_more\', \'new_excerpt_more\' );