You might have noticed on the homepage of my site I have the 'Recent Comments' block integrated and floating inside my recent posts. Taught I would share how to do this. This is actually quite simple to do, all you need is this code:
<?php
$block = module_invoke('module_name', 'block', 'view', 0);
print $block['content'];
?>
Place that code anywhere you want a block to appear, just simply replace module_name with the name of the block you want to be shown, for my comment block it was as simple as changing it to comment
Recent comments
7 weeks 5 days ago
8 weeks 2 days ago
10 weeks 1 hour ago
10 weeks 1 day ago
10 weeks 2 days ago
11 weeks 14 hours ago
11 weeks 1 day ago
11 weeks 2 days ago
11 weeks 2 days ago
11 weeks 2 days ago