• u***************8 签到打卡,获得1积分奖励
  • a***n 登录了本站
  • u***************1 签到打卡,获得1积分奖励
  • f****7 加入了本站
  • u***************1 签到打卡,获得1积分奖励
  • l******3 加入了本站
  • w*******e 加入了本站
  • u***************8 签到打卡,获得1积分奖励
  • a*****8 登录了本站
  • h**********0 签到打卡,获得1积分奖励
所有分类
  • 所有分类
  • 未分类
  • 初创
  • 应用

WordPress 自定义分类、标签、页面的URL伪静态格式

WordPress 自定义分类、标签、页面的URL伪静态格式,加.html后缀:

function custom_page_rules() {

global $wp_rewrite;

/** page页面自定义URL样式 **/

$wp_rewrite->page_structure = $wp_rewrite->root . page/%pagename%.html’;

/** tag页面自定义URL样式 **/

$wp_rewrite->extra_permastructs[‘post_tag’][‘with_front’] = ;

$wp_rewrite->extra_permastructs[‘post_tag’][‘struct’] = $wp_rewrite->extra_permastructs[‘post_tag’][‘with_front’] . tag/%post_tag%.html’;

/** category页面自定义URL样式 **/

$wp_rewrite->extra_permastructs[‘category’][‘with_front’] = category’;

$wp_rewrite -> extra_permastructs[‘category’][‘struct’] = $wp_rewrite->extra_permastructs[‘category’][‘with_front’].’/%category%.html’;

}

add_action( init’, custom_page_rules );

修改后需要重新保存下固定链接的规则。

原文链接:https://demo.mobantu.com/modown/blog/1000,转载请注明出处。

7
分享海报

评论0

请先
演示多附件多价格收费下载
演示多附件多价格收费下载
10分钟前 有人购买 去瞅瞅看

站点公告

2021.06.09起演示站暂时不再提供在线支付测试,仅演示功能,如测试付费下载可联系模板兔。了解此主题
显示验证码
没有账号?注册  忘记密码?

社交账号快速登录

微信扫一扫关注
关注后请回复“登录”二字获取验证码