In creating my new site I decided to use multiple blogs instead of categories.
The question i have is in regards to the comment pages.
The way I have my sites, there are different templates used to build a single page. header, body, etc. Currently I need only one ‘body_comments’ because I only use one blog. But i’m trying to figure out if there’s a way to create a single template that can dynamically use different blogs. I’ll see if I can explain.
At the top of the page, or whever you have the ‘weblog:entries’ tag placed, you specify the blog that the data is coming from. But unless I’m mistaken this means if I use 4 different blogs for one site, I’ll need 4 identical templates for the comments pages because I have to specify the blog using hard coding in the template.
Is there a way that this can be changed so I need only create one template? I’d rather not have to create 4 templates to do the same thing, but I can’t figure out how to dynamically specify which blog to use.