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
9 hours 16 min ago
10 hours 24 min ago
13 hours 14 min ago
19 hours 55 min ago
1 day 10 hours ago
4 days 25 min ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago
1 week 6 days ago