PDA

View Full Version : Whats the best way to do this?


Andy92
08-02-2008, 05:53 PM
Hey,

As many of you know, i have my own hand coded blog, but the other day it sprung to me, have i planned it out wrong?

At the moment i have it so that there are 13 individual categories, and when i write a new blog post it goes into one, and only one of thse categories, and the url is layed out like this...

/blog/category-name/title-of-the-blog-post

But, should i plan it out like this instead... ???

There are still 13 categories, but when i write a new blog post it can go in as many categories as it likes, so it could say filed under: web, design, events

And also the urls would be like this instead becuase of the fast that it can have multiple categories...

/blog/title-of-the-blog-post

Is that a better way to do it?

Apostropartheid
08-02-2008, 09:27 PM
If you want multiple categories, probably. It'd be nice to have it /blog/year/month/(day)/title so one can URI-hack it to get the posts for a certain time range.