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
12 weeks 5 days ago
13 weeks 2 days ago
15 weeks 3 hours ago
15 weeks 1 day ago
15 weeks 2 days ago
16 weeks 16 hours ago
16 weeks 1 day ago
16 weeks 2 days ago
16 weeks 2 days ago
16 weeks 2 days ago