How could I get a border similar to blog view...

http://www.tiltedblog.com/blog

in Category (aggregator) view...

http://www.tiltedblog.com/aggregator/categories/2

Comments

Jeff Burnz’s picture

Easy way would be to override the aggregator template - aggregator-item.tpl.php, look in the aggregator module folder and you'll see this template.

What you need to do is clone node.tpl.php (rename it to aggregator-item.tpl.php and save it the pixture theme folder) and port the variables from the orignal aggregator-item.tpl.php to your new cloned template - get my drift?

Clear the theme registry if your new template doesn't get picked up right away.

More info here (generaly template suggestions info) http://drupal.org/node/190815

Jeff Burnz’s picture

Status: Active » Closed (fixed)