一、安装插件:No Category Base (WPML)

二、固定链接设置

①、设置带菜单地址的:/%category%/%post_id%.html

效果:safeing.org/菜单地址/neirong.html

②、设置不带菜单地址的:/%post_id%.html

效果:safeing.org/neirong.html

三、
然后伪静态设置为(nginx环境):
if (-f $request_filename/index.html){
rewrite (.*) $1/index.html break;
}

if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}

if (!-f $request_filename){
rewrite (.*) /index.php;
}

去除导航category链接插件:No Category Base (WPML)

Free Download WordPress Themes
Download Best WordPress Themes Free Download
Premium WordPress Themes Download
Download Nulled WordPress Themes
udemy paid course free download
download karbonn firmware
Download Best WordPress Themes Free Download
free download udemy paid course

共有 0 条评论