BlogInterface
Given a valid page ID, displays that page's children in the form of a blog. (This function is only available in simple version 1.1 or newer.)
Prototype
function BlogInterface($ParentPageID, $UserID, $PostsPerPage=20, $DisplayAuthors=true)
Parameters
- $ParentPageID - The children of this page will be displayed as blog posts
- $UserID - The user simple should use to check permissions
- $PostsPerPage - The number of posts to display on each blog page
- $DisplayAuthors - determines whether the byline has the author or just the date
Return Values
This function does not return any data