为所有WordPress前端URL添加/博客前缀

时间:2019-01-05 作者:Naveen BT

我的WordPress安装在根目录www.example中。com公司

我需要像下面这样的主页和网站URL。

Site\\u url。www.example。com Home\\u url www.example。com/博客

我需要所有前端URL的前缀“/blog”。

请让我知道我们如何才能做到这一点?

是否需要对此进行任何代码级更改?

我尝试了这个,它是有效的,我面临的问题与w3总缓存插件。问题是CSS/JS缩小不起作用。如果站点和主页URL都相同,那么只有CSS/J的缩小功能才起作用。

请提出建议。

1 个回复
SO网友:vikrant zilpe

First, go to your Permalinks settings in your Admin Panel > Settings > Permalinks, on Custom Structure you will see something like this:enter image description here

So let’s add at the begining the word ‘/blog‘, it will look like this:

enter image description here

HOW TO ADD ‘/BLOG/’ IN FRONT OF YOUR URL

相关推荐

Force pretty permalinks?

我正在构建一个插件,该插件将用于单个站点,并依赖于add_rewrite_rule 要工作,需要打开永久链接。打开它们并不困难,因为它只是一个站点,但我担心其中一个管理员可能会在不知道自己在做什么的情况下关闭它,并破坏该站点。如何以编程方式强制保持漂亮的永久链接?