Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

SimplePie Rss Reader

Beschreibung

Parses RSS feeds with SimplePie.

Installation

  1. Upload simple-pie-rss-reader to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Place [parse_feed ] short_code inside your templates/post/page

FAQ

What parameters does the short_code accept?

An answer to that question.

What about foo bar?

feed-the url of the feed
num-number of feeds to display (optional)
name-you want to display the feed as (optional)
url-you want to link the feed to (optional)

[parse_feed feed="http://example.com/feed" num="8" name="Example Title" url="http://example.com/" ]

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„SimplePie Rss Reader“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Änderungsprotokoll

1.1

updated description with example
updated plugin uri for example