Dear Wordpress peeps,
I just started using Wordpress for my blog and portfolio, using categories to tell the difference between a blog or portfolio post, who appear on their own page. Next to that I have two static pages, about and contact.
What I would like to have is the following hierarchy, but I'm not sure if this can be done and second of all, how :)
/blog = show posts for parent category "blog" using template A
/blog/apple = show posts for child category "apple" using template A/portfolio = show posts for parent category "portfolio" using template B
/portfolio/print = show posts for child category "print" using template B/about = show static page "about" using template C
/contact = show static page "contact" using template C
I hope someone can drop me a line here, thanx in advance!