Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

rss-per-page

Popis

This plugin implements an widget which can show a different, page controled, rss feed. What I wanted was the last x plugin reviews on the page
with the plugin info.
For this I added an extra field to every page in which an plugin related id can be stored. This id then will be used by the widget to
replace the @ID@ marker in the rss feed.

example

  • page rss id: gps-map-widget
  • widget rss feed: https://wordpress.org/support/rss/view/plugin-reviews/@ID@
  • result: the last posts in the feed https://wordpress.org/support/rss/view/plugin-reviews/gps-map-widget

When the page rss id is empty, there’s also a default title and rss feed to use.

alternative use

The defaults are for use with the plugins. But.. You can also change the rss feed in the widget settings to only @ID@ and add a
complete feed url to every page resulting in a complete different feed on every page.

I use this widget together WooSidebars (https://wordpress.org/plugins/woosidebars/) so I can easy controle where the widget ends up..

Snímky obrazovky

  • Widget as the user sees it
  • The widget settings
  • the page rss id

Instalace

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Add the widget to a widgetarea and adjust the fields if needed.
  4. Go to the pages where you want to show an specific feed and add the rss id

Nejčastější dotazy

Why did you write this widget?

I wanted to show the reviews together with the plugin info.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

rss-per-page je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “rss-per-page” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.6

Some changes to the basic_plugin_class which, regretfully, isn’t allowed to have it’s own plugin anymore.

1.5

Fixes for WP 4.3

1.4

Found out that WP has build in support for fetching feeds which is a beter way to deal with rss.
So the plugin has been converted. The cache timeout for a feed is 5 min.
Also upgraded the plugin to my basis framework and fixed a few bugs and anoyances.

1.3

Fixed some minor bugs

1.2

  • Made the plugin translatable and added dutch languagesupport
  • Rewrote the plugin partly to clean up the code and avoid clashes with my other plugins.

1.1

Nothing much. Moved the ID field block to the side where it takes less space.

1.0

  • First release