I've tried to research prior questions on this topic but I believe that there was a better solution within the WordPress admin. How does one change the default URL path for blog posts?
It was previously */blog/title-of-post (but now the /blog/ part is gone).
I've tried to research prior questions on this topic but I believe that there was a better solution within the WordPress admin. How does one change the default URL path for blog posts?
It was previously */blog/title-of-post (but now the /blog/ part is gone).
Share Improve this question edited Apr 13, 2017 at 12:37 CommunityBot 1 asked Jan 22, 2017 at 19:38 EnglishTeacherEricEnglishTeacherEric 3632 gold badges7 silver badges17 bronze badges 2- Hi, are you asking about the permalinks? The question is a bit unclear to me. Can you please specify what do you want to achieve? – Johansson Commented Jan 22, 2017 at 19:43
- What is your permalink structure set to under Settings > Permalinks in admin? – Milo Commented Jan 22, 2017 at 19:48
1 Answer
Reset to default 13You can create any structure you want for this on the permalinks settings page in the dashboard.
To set it to your example of /blog/title-of-post
Simply navigate to Settings -> Permalink.
Select the "Custom Structure" radio button and enter blog/%postname%/ into the text field there, then hit the save changes button.