[ad_1]
I’m currently building a site for a company in WP.
They want me to change the slug for blog, categories, etc in the following way:
Categories
From: website.com/category
To: website.com/blog/category
Posts:
From: website.com/category/post
To: website.com/blog/category/post
I call the /blog slug the parent slug since I don’t know what to refer it as.
I may be wrong but for this I’d need to setup a network site to do this, correct? If not, how can I do this without it.
Might be a dumb question, but I’d appreciate any help. Thanks
[ad_2]
Settings > Permalinks – choose “custom structure” and type /blog/%category%/%postname%
Though with that structure search bots will assume your blog archive is at /blog/ so it would be a good idea to have a page there that outputs your posts.
Not sure where you got the Multisite idea – that’s definitely not something you want to do for something like this.
I said multisite because everything blog related needs to move to /blog/# (# representing categories, tags) just adding /blog/ in permalinks only changes it for the blog posts not for categories/tags archives