`/admin/customize/permalinks` 只显示约 100 个固定链接

You can do that with Data Explorer and a simple SQL query. :slight_smile:

SELECT *
FROM permalinks
WHERE url LIKE '%node/70%'

3 个赞