Loading...
 
Skip to main content

Features / Usability


Re: Show Title of Last Post in Blog List

posts: 113 Ireland

set the $filterByBlogId to the ))BlogId(( of interest. So the calling sequence should be

Copy to clipboard
$offset = 0; $maxRecords = 1; $sort_mode = 'created_desc'; $find = ''; $filterBlogId = BlogId; $listposts = $tikilib->list_posts($offset, $maxRecords, $sort_mode, $find, $filterByBlogId);



gary

There are no comments at this time.