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.

Add post thumbnail to wp-admin list view

Descripción

Adds a new column to the WordPress admin post list view, containing a thumbnail-sized preview of the post thumbnail (where available).

Developers can use the mhm-list-postthumbnail/exclude_posttype filter to exclude the post thumnail column from certain post types as required. The filter accepts and returns an array.

Instalación

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reseñas

Leer todas las 4 reseñas

Colaboradores y desarrolladores

«Add post thumbnail to wp-admin list view» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Add post thumbnail to wp-admin list view» ha sido traducido a 4 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce «Add post thumbnail to wp-admin list view» 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.3.0

  • Require PHP 5.6.
  • Add mhm-list-postthumbnail/exclude_posttype filter to allow developers to disable the column programatically.
  • Confirm support in in WordPress 5.7.

1.2.7

  • Confirm support in in WordPress 5.6.
  • Add plugin icon and header image for repository

1.2.6

  • Fixes erroneous gettext function calls.
  • Adds plugin icon file.

1.2.5

  • Confirmation of compatibility up to WordPress 5.2.0.
  • Re-layout PHP code per PSR2 conditions (no functional changes).
  • Add plugin icon.
  • Modify credit link to Say Hello GmbH.

1.2.4

  • Confirmation of compatibility up to WordPress 5.0.2.

1.2.3

  • Confirmation of compatibility up to WordPress 4.9.8.

1.2.2.1

  • Confirmation of compatibility with WordPress 4.7.4.

1.2.2

  • Confirmation of compatibility with WordPress 4.7.
  • Swap out “key” variable for inline text domain keys, as recommended by the WordPress Translation team.
  • No functional changes.

1.2.1

  • Confirmation of compatibility with WordPress 4.6.

1.2.0

  • Add WordPress version check.
  • Improve localisation implementation.

1.1.1

  • Improve localisation implementation.

1.1.0

  • Add localisation.

1.0.1

  • Confirmation of compatibility with WordPress 4.5.

1.0

  • Initial public version.