OK - I’ve got my site set up in a way that works no problem, but I appear to be using categories in a non-standard way and the search doesn’t work properly. I’m having a bit of brain fade so can’t think of the best way to do this.
If you look at the site here: http://test2.moviestorm.co.uk/ you can see the top-level navigation looks like this:
Take the Tour | Features | Screenshots | System Requirements | Download Moviestorm
and the sub-nav for the tour (for example) looks like this:
Build Your Set | Choose Your Characters | Direct the Action | Film Your Movie | Share Your Creation
Normally this would be pretty simple to do with one template and my search issues wouldn’t exist, however, I want the url structure specifically to look like this (which is what my current solution is achieving - or will do when we move over to the proper servers!):
http://test2.moviestorm.co.uk/tour/2_choose_your_characters/
or
http://test2.moviestorm.co.uk/features/direct_the_action/
and so on. What’s the best way to achieve this? I imagine I could do it with mod_rewrite rules, but maybe there’s a better solution I’m missing? If I do this with multiple weblogs, I’m adding, presumably, another segment of url in there, right - for the template?