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.

WP-Choose-Thumb

Descripción

A simple way to choose a default thumbnail for your post.

Works alongside the featured image core functionality.

For theme usage:

Add this function where you want the thumbnail to appear

<?php if(function_exists('wct_thumb')){ wct_thumb(); } ?>

Capturas

  • Choose from thumbnails in the edit post view.
  • Display thumbnail in post.
  • Overview demo

Instalación

  1. Extract zip in the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘plugins’ menu in WordPress

FAQ

I see the choose thumb window right of my ‘write post’ screen, but It says ‘Choose thumbnail for post’ . And there is no thumb below this.

You have to attach images to your post: first icon after Upload/Insert in the «Edit Post» view.

WordPress generates a thumbnail based on those images automatically.

If you have uploaded the images it is best practice to publish your post first.

Click the «refresh» link in de WP-Choose-Thumb sidebar window.

Afterwards the thumbnails will automatically appear in de sidebar window.

How can i change the thumbnail size

You can define the size of the generated thumbnails here:
http://yoursite/wp-admin/options-media.php

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP-Choose-Thumb» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WP-Choose-Thumb» 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

Version 1.3.6

Added settings page.