Gets blogs from the Hubspot API for display on a WordPress Site
$blogs = get_hubspot_blogs('API-KEY-HERE',10)
Returns an array of entries. Use print_r
to see properties
First parameter is your API key from HubSpot Second parameter is the limit
Need to add default values along with an offset