I'm looking to create a div on my home page which will show the results of some of the most recent polls. I'm thinking I will show the 4 most recent poll results...not sure (depends on how I style it I guess to determine how much I can fit in the space designated for the div). I'm looking for something like this..
<?php echo get_gf_polls_recent($results ->(4)) ?>
or something to that effect. Is this doable? If so, what would the template tags be? Thanks in advance. Great plugin add-on by the way...I love it!