有一个自定义页面模板,并尝试根据您所在的页面使摘录长度动态。的functions.php<?php function custom_excerpt_length($length){ if (is_page(15)) { return 20; } ...
確定! 回上一頁