<?php $content = get_the_content(); echo mb_strimwidth($content, 0, 400, '...');?> 这将把字符串剪切为400个字符并用 ... 关闭它。只需使用 get_permalink() 指向 ...
確定! 回上一頁