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.

Page in Widget

Beschreibung

The Page in Widget widget lets you display a page content inside a widget. This way you have more control how the content is displayed, and it’s much easier than hacking your own HTML.

The output is filtered through the_content-filter which means that paragraph tags are added, just as any other post or page.

Installation

  1. Upload the zipfile to the /wp-content/plugins/ directory
  2. Extract and remove it
  3. Aktiviere das Plugin in WordPress über das Menü „Plugins“
  4. Drag the new widget to desired sidebar, choose a title for the widget and select the appropriate page.

FAQ

Installation Instructions
  1. Upload the zipfile to the /wp-content/plugins/ directory
  2. Extract and remove it
  3. Aktiviere das Plugin in WordPress über das Menü „Plugins“
  4. Drag the new widget to desired sidebar, choose a title for the widget and select the appropriate page.

Rezensionen

9. Januar 2017
Works exactly the way I wanted! I love it!
Alle 8 Rezensionen lesen

Mitwirkende und Entwickler

„Page in Widget“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Page in Widget“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.3

1.2

  • Added support for WPML translation (thanks to altert)

1.1.1

  • Added missing echo $before_widget;

1.1

  • The plugin now consider the <!--more--> tag
  • Added option to show/hide the more link
  • Added proper filtering to output

1.0

  • Erstveröffentlichung