From Whirlwind eCommerce Wiki
Functions:userBlogEntriesGet
Description
Retrieves an array of blog entries
Syntax
$blogArr = userBlogEntriesGet($fieldList,$orderBy,$userId,$pageId);
Paramaters
- comma delimited list of fields to return
- field to order results by (defaults to createDate)
- userId of user's blog to retrieve .defaults to the current user logged in.
- id of the main blog page (parent blog page). Child blogs to this page will be returned. Only necessary if user has more than one blog.
Return Values
Returns associative array of blog entries