如果類別的名稱是中文,不包括英文,點這個類別的名稱不會只顯示裡面的文章,會顯示全部文章。
解決方法:
open /include/functions_permalinks.inc.php
find:
$path = serendipity_makePermalink($serendipity['permalinkCategoryStructure'], $data, 'category');
replace with:
$path = serendipity_makePermalink($serendipity['permalinkCategoryStructure'], $data, 'category') . 'c';
官方討論:http://www.s9y.org/forums/viewtopic.php?t=3492