Re: Show Title of Last Post in Blog List
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