このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Page in Widget

説明

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.

インストール

  1. Upload the zipfile to the /wp-content/plugins/ directory
  2. Extract and remove it
  3. WordPress の「プラグイン」メニューからプラグインを有効化してください
  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. WordPress の「プラグイン」メニューからプラグインを有効化してください
  4. Drag the new widget to desired sidebar, choose a title for the widget and select the appropriate page.

評価

2017年1月9日
Works exactly the way I wanted! I love it!
8件のレビューをすべて表示

貢献者と開発者

Page in Widget はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Page in Widget” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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

  • 最初のリリース