« All helpers
Display the fully browsable latest posts.
In PHP code, call it like this:
$this->run ('blog/postsfeed');
In a view template, call it like this:
{! blog/postsfeed !}
Parameters:
number
tag
Also available in the dynamic objects menu as "Blog: Latest Posts".
Display the fully browsable latest posts.
In PHP code, call it like this:
In a view template, call it like this:
Parameters:
number
- Number of posts to show (default=5)tag
- Show posts with this tag only (optional)Also available in the dynamic objects menu as "Blog: Latest Posts".