WP Manifestindependent plugin directory
manifest / content / rss-magic

RSS Magic - DEV

Some magical things can be done with rss feeds

by PALASTHOTEL by Edward · github.com/palasthotel/rss-magic

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/palasthotel/rss-magic/archive/refs/heads/master.zip

RSS Magic

This Plugin works with RSS-Feeds and helps you to show them on your website.

  • RSS.app This can help you to use social media feeds

Templates

Feed templates are fully customizable. You can use plugin-parts folder in your theme or any subfolder in that folder to provide tempaltes or use the plugin filter rss_magic_template_paths to add more template folders.

Templates will be looked up with the following naming convention in order top to down.

Feed template

  • rss-magic-feed__<feedname>.php
  • rss-magic-feed.php

Feed item template

  • rss-magic-feed-item__<feedname>--<source>.php
  • rss-magic-feed-item__<feedname>.php
  • rss-magic-feed-item--<source>.php
  • rss-magic-feed-item.php