Helper: blog/postsfeed

« 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 - 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".