I have a blog with 20 categories for 20 cities. Each city has its own page that will have content (photo and video galleries) and post listings for its blog category. I created the first one dynamically in template builder, but it looks like I'd have to choose which category I'd like to appear in that template.
Does this mean I'd have to create 20 nearly identical dynamic templates? Or is there a way I can utilize WordPress code like this in the dynamic template builder?
<?php query_posts('cat=14'); ?>
You can see the very barebones site at http://yourhotspots.com/test/ The city pages are under Episode Guides.
Thanks!
Heather














