Linux 软件免费装
Banner图

Featured Post Widget

开发者 tepelstreel
更新时间 2016年2月28日 17:35
捐献地址: 去捐款
PHP版本: 2.9 及以上
WordPress版本: 4.5

标签

post widget sidebar image featured newspaper feature

下载

1.0 1.5 1.6 1.7 1.8 1.8.1 1.8.2 1.9 2.0 2.1 3.0 3.1 3.2 3.3 3.4 3.4.1 3.5 3.6 3.7 3.8 3.8.1 3.9 3.9.1 3.9.2 3.9.3 4.0 4.1 4.1.1 4.1.2 4.2 4.2.1

详情介绍:

The Featured Post Widget is a fully customizable widget, that displays a single post. You can decide, whether or not the post thumbnail is displayed, whether the post title is above or beneath the thumbnail and a couple of more things. And of course, you can style the widget individually.

安装:

  1. Upload the post-feature-widget folder to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Place and customize your widgets
  4. 准备

屏幕截图:

  • The plugin's work on our testingsite
  • The widget's settings section

升级注意事项:

1.5 The Featured Post Widget is now available with German translation 1.6 The Featured Post Widget is now available with Dutch translation 1.7 Small changes in the handling that provide more accurate working 1.8 A second post can now be defined as a backup, that will show up, if the widget is showing on a single post page, showing the featured post. Just to avoid doublettes. 1.8.1 Small bugfix with the backup post 1.8.2 Backup post works now with slugs and id's 1.9 Expandable teaxtareas 2.0 You can now define a 'read more' link for the featured post 2.1 Bugfix with excerpt 3.0 Some streamlining done, more fool proof. 3.1 Better functionality getting the excerpt and fetches the first image also, when working with galleries 3.2 Code overhaul and plugin hooks into the Ads Easy Plugin if Google AdSense Tags are in use 3.3 small bugfixes and changes of the plugin framework; more flexibility 3.4 some new features added; more stable and better performance 3.4.1 small bugfix 3.5 streamlined code and more options 3.6 Improvement of image recognition, more flexible 3.7 All 'Devided by Zero' errors should be eliminated 3.8 Code correction 3.8.1 Small bugfix 3.9 DSS compressible; bugfix 3.9.1 small bugfix 3.9.2 Interference with Wordpress Page Widgets eliminated 3.9.3 Mistake in image class fixed 4.0 WP 4.1 ready; new framework 4.1 WP 4.3 ready; new framework 4.1.1 More accurate style sheet; infinite loop in some special cases fixed 4.1.2 Bugfix 4.2 WP 4.5 ready; new framework 4.2.1 Automatic hyphation deletable

常见问题:

How do I get the image more responsive ?

If the widget container is smaller than the image size, the image will automatically be adjusted to the widget size. In other words, just choose some width for the image that is larger than your widget area and it will always have the right size.

I styled the widget container myself and i looks bad. What do I do?

The styling of the widget requires some knowledge of css. If you are not familiar with that, try adding padding: 10px; margin-bottom: 10px; to the style section.

My widget should have rounded corners, how do I do that?

Add something like -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; to the widget style. This is not supported by all browsers yet, but should work in almost all of them.

My widget should have a shadow, how do I do that?

Add something like -moz-box-shadow: 10px 10px 5px #888888; -webkit-box-shadow: 10px 10px 5px #888888; box-shadow: 10px 10px 5px #888888; to the widget style to get a nice shadow down right of the container. This is not supported by all browsers yet, but should work in almost all of them.

更新日志:

4.2.1 4.2 4.1.2 4.1.1 4.1 4.0 3.9.3 3.9.2 3.9.1 3.9 3.8.1 3.8 3.7 3.6 3.5 3.4.1 3.4 3.3 3.2 3.1 3.0 2.1 2.0 1.9 1.8.2 1.8.1 1.8 1.7 1.6 1.5 1.0