I would like to create the following link structure:
my.domain/blog/'postname': this is the standard structure for blog posts my.domain/blog/glossary/'postname': this is a separate structure for specific posts
'blog' is the main category for both types of posts and 'glossary' could be a second category or a tag (whichever works best for what I'm trying to accomplish).
How can this be done?
Thanks!
I would like to create the following link structure:
my.domain/blog/'postname': this is the standard structure for blog posts my.domain/blog/glossary/'postname': this is a separate structure for specific posts
'blog' is the main category for both types of posts and 'glossary' could be a second category or a tag (whichever works best for what I'm trying to accomplish).
How can this be done?
Thanks!
Share Improve this question asked Jan 4, 2019 at 15:37 JiverJiver 213 bronze badges 2 |2 Answers
Reset to default 1I just found out that what I want can be easily accomplished by creating a category 'glossary' which is a subcategory for 'blog'.
You can try using Custom Permalinks. It enables you to assign custom permalinks for specific posts. Follow these steps:
- Install and activate Custom Permalink.
- Go to the post where you want to use custom permalink.
- In the Permalink field, type in your custom URL. You can even include the "/" character to replicate a folder structure.
- Finally, save the changes.
with_front
totrue
. – Jacob Peattie Commented Jan 4, 2019 at 15:48