You can not change a views query from template.php. If you visit http://views.doc.logrus.com/, click on 'views hooks' there is are the hooks hook_views_query_substitutions () and hook_views_query_alter() which would be implemented as part of a module.
Comments
You can not change a views
You can not change a views query from template.php. If you visit http://views.doc.logrus.com/, click on 'views hooks' there is are the hooks hook_views_query_substitutions () and hook_views_query_alter() which would be implemented as part of a module.