« All helpers
Displays the latest blog posts as a bulleted list of links.
In PHP code, call it like this:
echo $this->run ('blog/headlines');
In a view template, call it like this:
{! blog/headlines !}
Parameters:
limit
tag
dates
Also available in the dynamic objects menu as "Blog: Headlines".
Displays the latest blog posts as a bulleted list of links.
In PHP code, call it like this:
In a view template, call it like this:
Parameters:
limit
- Number of posts to show (default=10)tag
- Show posts with this tag only (optional)dates
- Show post dates (yes, no, default=no)Also available in the dynamic objects menu as "Blog: Headlines".