I am trying to make frontpage and want to show most recent poll in block programmatically. I know that a block can be placed programmatically as:
$block = module_invoke('block','block_view', 4);
print render($block['content']);
And now I am unable to work out how get the most recent polls id. I have tried('recent') but it doesnt work.