用views生成了某个分类的 "最新文章"的块. 名称为news.

然后在右栏插入那个块.

对生成的代码不是很满意,想自定义views的输出.

于是就用Theme wizard生成输出代码.里边有三个部分.
This code goes in your template.php file
This code goes in a file named views-list-news1.tpl.php
This code goes in a file named views-list-news1.css

我的问题是: 难道每个块都要插入一段代码到templates.php文件里吗. 如果我的首页上做了几十个块,分别调用几十个分类的最新文章.
那templates.php岂不是很臃肿了...

有没有比较好的解决方案.