Replies: 2 comments 2 replies
-
There is no native way to do this at the moment. We’d love to solve it in the future though!On Jan 22, 2023, at 9:57 PM, ottz0 ***@***.***> wrote:
I'm getting really confused. I've watched the Laracast Videos etc on creating blog posts, however he only does them 1 level deep. So i'm confused whether to create Collections or pages and how to bind them to create nested posts.
How do you categorize them with a similar URL below. Is it with taxonomies or with orderable nested collections via drag an drop?
I'm trying to create blog articles with SEO urls like /resources/{main_category}/{the_sub_category}/{the_article}.
However when he creates a collection then binds them to a page, then adds the taxonomy when you view the show page, the page is only bound to the root url "resources" and not the taxonomy.
I want urls like /resources/{main_category}/{the_sub_category}/{the_article} but don't know how to achieve this.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I created a new collection (articles) and set the collection to orderable with the URL route pattern set to I can then use my taxonomies not to order my structure but to use them like "mini tags" like for keywords etc. This is similar to wordpress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting really confused. I've watched the Laracast Videos etc on creating blog posts, however he only does them 1 level deep. So i'm confused whether to create Collections or pages and how to bind them to create nested posts.
How do you categorize them with a similar URL below. Is it with taxonomies or with orderable nested collections via drag an drop?
I'm trying to create blog articles with SEO urls like /resources/{main_category}/{the_sub_category}/{the_article}.
However when he creates a collection then binds them to a page, then adds the taxonomy when you view the show page, the page is only bound to the root url "resources" and not the taxonomy.
I want urls like /resources/{main_category}/{the_sub_category}/{the_article} but don't know how to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions