admin

| Joined: 02/10/07 | | Posts: 367 | | Online Tag: | |
User is Online |
Posted: 07-13-08 06:39 PM | |
Sorry for the delayed reply. It's funny, I was thinking of all the custom code that would be needed and then I realized the answer was so much easier:
Area #1
< ? php echo content("category", "0,10", "templatename"); ? >
Area #2
< ? php echo content("category", "10,10", "templatename"); ? >
Area #3
< ? php echo content("category", "20,10", "templatename"); ? >
Area #4
< ? php echo content("category", "30,10", "templatename"); ? >
Should work, lemme know how it goes. :)
|