该插件尚未通过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.

常见问题

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

  • Initial release