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.
Comments
Comment #1
Jeff Burnz commentedEasy 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
Comment #2
Jeff Burnz commented