Linux 软件免费装
Banner图

A5 Recent Post Widget

开发者 tepelstreel
更新时间 2016年4月9日 18:03
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 4.5

标签

post widget sidebar recent posts newspaper recent post feature spotlight flexible sticky posts

下载

2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.6 2.6.1

详情介绍:

Yet another recent post widget. It shows the last post of your blog, where and how you want. You can define, on which pages of your site it shows and whether you want to show a post thumbnail or not. Decide, whether the links go to the post, to the attachment page or simply to a file. You can style the links in the plugins settings and each widget container differently. The plugin was tested up to WP 4.5 and should work with versions down to 2.7 but was never tested on those.

安装:

  1. Upload the a5-recent-posts folder to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Place and customize your widgets
  4. Define the style of the links in the settings section

屏幕截图:

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

升级注意事项:

1.0 Initial release upon request 2.0 Realease into the wild 2.1 Features added, framework adjusted 2.2 Framework adjusted, better recognition of images 2.3 Some Finetuning of the framework; more foolproof 2.4 All 'Divided by Zero' errors should be eliminated 2.4.1 Added compressible DSS 2.4.2 More accurate image fetching, if there's no featured image of the post 2.4.3 Mistakes in image class fixed 2.5 DSS more flexible, ability to show more posts 2.5.1 You can now set the length of the excerpt 2.5.2 Framework adjusted 2.5.3 Framework adjusted 2.5.4 Framework adjusted; more raliable with galleries 2.5.5 small bugfix with visability 2.5.6 Adjustments in framework, WP 4.3 ready 2.6 Adjustments in framework, WP 4.5 ready 2.6.1 Added debug options to framework

常见问题:

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;

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;

I styled the links of the widget differently, but the changes don't show, what now?

Most of the time you will have to use the styles like that: 'font-weight: bold !important; color: #0000dd !important;' Since the stylesheet of the theme will have highest priority, you will have to make your styles even more important in the hierarchy.

更新日志:

2.6.1 2.6 2.5.6 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5 2.4.3 2.4.2 2.4.1 2.4 2.3 2.2 2.1 2.0 1.0