简体   繁体   中英

How to change blog category, author URL in wordpress

I have create a WordPress page with slug blog. I can easily access the blog par with /blog. Now what i want is to add blog/ in front of all the url in my blog like blog/category/first, blog/author/pramod..

I have try this by changing category base and author base but it gives me page not found error.

Please let me know is there any other way to do this.

Go to Settings -> Permalinks and Choose ' Custom Structure ' as the permalink structure. Enter this into the text box there /blog/%postname%/ and save.

Now blog will be added to individual posts, authors, tags.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM