I followed the RSS installation intructions, but it shows nothing

No, log’s clean. Since the code’s fine, my best guess is lacking some PHP module. What could that be?

@krbhlp:

I have some questions:

  1. Does your kirby homepage run?
  2. Does a subpage of your kirby homepage run?
  3. Does your file \site\plugins\feed\feed.php at the beginning looks like:

<?php

/**
 * Feed Plugin
 *
 * @author Bastian Allgeier <bastian@getkirby.com>
 * @version 2.0.0
 */
Pages::$methods['feed'] = function($pages, $params = array()) {

4. Does your file \site\plugins\feed\template.php at the beginning looks like:


<!-- generator="<?php echo $generator ?>" -->
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>
    <title><?php echo xml($title) ?></title>
    <link><?php echo xml($link) ?></link>

5. Please tell us your:

@krbhlp:
Please can you report your current status?

I just had the same problem. This fixed it: rename the plugin folder to ‘feed’. :no_mouth: