[ad_1]
I am editing a custom theme for learning purposes, where there is a page template for a blog, the theme has blogs listing under ‘/blog’, however, there is another ‘/blogs’ listing on the website. All the blogs under ‘/blog’ are redirected to ‘/blogs/blog-slug’. The ‘/blogs’ are unintended listings and I want these routes to be hidden but the blog details use it. what is a good way to override ‘/blogs’ page with ‘/blog’ custom page under page template or change the redirection of ‘/blogs/blog-slug’ to ‘/blog/blog-slug’.
[ad_2]