How do I promote the whole news aggregator page to the front page, so this is the main/only page content?

Do I have to do dirty tricks and include it via PHP in a cutsom page similar to this piece of code?

$block = module_invoke('aggregator', 'block', 'view', 0);

Comments

yelvington’s picture

Redefine the aggregator as your front page.

/admin/settings/site-information

bluepuma’s picture

That was easy :) Cool, thanks!