I'm trying to replicate an existing site, most things are pretty easy so far, but I'm having a hard time to customize the URL.
The site I work on contains nothing but posts, not really blog posts, but that doesn't matter.
Each page is found at /category/post-slug/, something like
/landscape/lovely-water
/buildings/nice-house
/buildings/nicer-house
I can do that if I create multiple blog pages for each category, but that's not really what I'm looking for. I'd like to have a flat list of posts in a single directory and assign each post a category which is then used in the URL.
Can anyone point me in the right direction? Thanks!