Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

thestreamable/feed-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSS Feed Plugin

This is a plugin for Kirby that generates RSS feeds for any set of pages.

Installation

Put the feed folder in /site/plugins.

How to use it

You can use this in a template for a dedicated feed page or in a template controller.

Example usage

<?php

echo page('blog')->children()->listed()->flip()->limit(10)->feed(array(
  'title'       => 'Latest articles',
  'description' => 'Read the latest news about our company',
  'link'        => 'blog'
));

Check out the $defaults array in feed.php for more options.

Author

Bastian Allgeier http://getkirby.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%