I’m having a complain of the SEO guy because a post url is not like this
web.com/blog/post-title
But like this
web.com/post-title
And even web.com/blog/post-title
redirects to web.com/post-title
How could I restore normal behavior? it looks like they are being treated as page
but they work as posts in web.com/blog
2
Answers
Need to update the htaccess inorder to get the old path works OR you can set the permalink is to /blog/%postname%/ like this
Please refer this link:
https://wordpress.stackexchange.com/questions/19238/how-do-i-add-blog-as-a-prefix-to-permalink-structure-for-blog-posts-tag-pages
Go to
Settings -> Permalink
Choose the Custom structure and fill the value with
/blog/%postname%/