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
10 hours 24 min ago
11 hours 32 min ago
14 hours 23 min ago
21 hours 4 min ago
1 day 12 hours ago
4 days 1 hour ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago
1 week 6 days ago