Oct 21
Support both flat and nested urls for listings
See: https://get-listable.com/blog/flat-urls-vs-nested-for-direct…
Also need the ability to manually define page urls, user feedback:
also, the domain structure looks messy. using the /page/[page-title] seems long. let alone for child pages (articles) like /page/blog/[article-title].
the url structure should be formatted in a SEO-friendly way like /[page-title] for pages and /blog/[article-title] for articles.
Completed
Phase 1 is complete: you can now configure the URLS your pages, categories and listings use. NExt phase will be to allow dynamic urls (like using category slug in listing url). Need to implement 'main category' functionality first though.