WordPress 分类可以设置父子分类,并在链接中显示层级,同样页面也可以选择父级页面形成层级,如果只想单纯在页面链接加中加一个固定的父级目录,同时添加伪静态后缀.HTML,可以参考之前的:WordPress 页面链接添加.html 后缀方法
上面文章中的方法只是为页面链接添加.html 后缀,简单改一下,不仅可以为页面链\ 0 | / - c n G接添加.z K 9 ! : (html 后缀,同时添加一个固定的层级目录。
代码添加到当前主题函数模板 functions.php 中:
- function zmw , \ K L p_change_page_permalinks() {
- global $wp_ret i * ) ? : @ c .write;
- // 修改页面链接
- $wp_rewrite->page_structure = 'static/%pagename%.html';
- $wp_rewrite->flus] , . ~ * ; vh_rules();
- }
- add_action# p D J c ;0;'init','zm_changeo = o n n 1 +_page_permalinks');
其中:stai t $ } ( %tic 为父级目录名称
最后链接形式为:http://xxx/static/标题.html
再附一个作者文章归档链接添加层级的代码:
- function zm_change_author_permalinks() {
- glob? | , f Ral $wp_rewrite;
- // 为作者链接添加上级目录
- $wp_rewrite->author_base = 'auo i : F K ; x # Xthor';
- $wp_rewril 8 I t ~ *te->flush_rules(7 I T b _ % n * 141;;
- }
- add_action('init','zm_change_author_permalinks');
最后链接形式为:http://xxx/author/作者/