Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

SimpleRecentThumbs

Descripción

SimpleRecentThumbs is a widget plugin that shows a list of thumbnails from recent posts with featured images, optionally filtered by a category. Other than setting up the widget details, no configuration is required.

The thumbnails are in a widget-standard unordered list. The widget CSS class is widget_recent_thumbs and the thumbnail links are class post_thumb.

Leaving the category field empty will have the widget use thumbnails from all posts; posts without featured images will not be listed. Without a category specified, the «more» button option will do nothing.

Thumbnail size is as specified in the Media settings for WordPress.

SimpleRecentThumbs has no extra requirements and has been tested with the twentyten through twentyfourteen themes.

Development on this plugin has halted. Other developers should feel free to use the Apache-licensed code for their own projects.

http://brokenlibrarian.org/tinyplugins/
brokenlibrarian@gmail.com
09/28/14

License

Copyright 2014 Christian Wagner

Licensed under the Apache License, Version 2.0 (the «License»);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an «AS IS» BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Capturas

  • The widget in use on a standard WordPress theme
  • The widget configuration options

Instalación

  1. Upload the SimpleRecentThumbs folder to your /wp-content/plugins/ folder and activate it.
  2. Add the widget to your sidebar and configure it.
  3. Add CSS properties to adjust the widget and thumbnail appearance.

FAQ

I’ve changed the thumbnail size in the settings but they’re still too big/too small.

You may need to rebuild your thumbnails. The easiest way to do this is probably using this plugin:
https://wordpress.org/extend/plugins/regenerate-thumbnails/

How can I make these thumbnails list horizontally instead of vertically?

CSS similar to this should work:

.widget_recent_thumbs ul { list-style: none; }
.widget_recent_thumbs ul li { display: inline; }

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«SimpleRecentThumbs» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «SimpleRecentThumbs» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Final version with WordPress v4.0 testing

0.7.1

  • update for WordPress 3.8 compatibility testing

0.7

  • update for WordPress 3.5 compatibility testing

0.6

  • category field bug fix

0.5

  • fix readme issues

0.4

  • initial release