Linux 软件免费装
Banner图

Adapter Post Preview

开发者 ryankienstra
更新时间 2018年7月11日 05:20
捐献地址: 去捐款
PHP版本: 5.4 及以上
WordPress版本: 4.9
版权: GPLv2 or later
版权网址: 版权信息

标签

post responsive mobile widgets Bootstrap

下载

1.0.0 1.0.1 1.0.2 1.1 1.0.3

详情介绍:

[youtube http://www.youtube.com/watch?v=mXSKjlVrh7I]

安装:

  1. Upload the adapter-post-preview directory to your /wp-content/plugins directory.
  2. In the "Plugins" menu, find "Adapter Post Preview," and click "Activate."
  3. Add a "Post Preview" widget by going to the admin menu and clicking "Appearance" > "Widgets"
  4. Select the post you want. You must have Bootstrap to use the carousel.

屏幕截图:

  • A "Post Preview" widget in the sidebar.
  • A carousel of recent posts, which requires Bootstrap 3 or later.

升级注意事项:

1.0.2 Upgrade if you use the carousel. It now has enough height on mobile devices. 1.0.1 No need to update unless you use the carousel. This version fixes its display in Internet Explorer.

常见问题:

What does this require?

The carousel of recent posts requires Bootstrap 3 or later and Glyphicons.

How can I change the text in the post link?

Put the following in your functions.php file: add_filter( 'appw_link_text', function( $text ) { return 'Keep reading'; } ) // Or your own text.

更新日志:

1.1 1.0.2 1.0.1 1.0.0