Title: Add post thumbnail to wp-admin list view
Author: Mark Howells-Mead
Published: <strong>1. April 2016</strong>
Last modified: 2. Dezember 2025

---

Plugins durchsuchen

![](https://ps.w.org/mhm-list-postthumbnail/assets/banner-772x250.png?rev=2463748)

![](https://ps.w.org/mhm-list-postthumbnail/assets/icon-256x256.png?rev=2463748)

# Add post thumbnail to wp-admin list view

 Von [Mark Howells-Mead](https://profiles.wordpress.org/markhowellsmead/)

[Herunterladen](https://downloads.wordpress.org/plugin/mhm-list-postthumbnail.zip)

 * [Details](https://de-at.wordpress.org/plugins/mhm-list-postthumbnail/#description)
 * [Rezensionen](https://de-at.wordpress.org/plugins/mhm-list-postthumbnail/#reviews)
 *  [Installation](https://de-at.wordpress.org/plugins/mhm-list-postthumbnail/#installation)
 * [Entwicklung](https://de-at.wordpress.org/plugins/mhm-list-postthumbnail/#developers)

 [Support](https://wordpress.org/support/plugin/mhm-list-postthumbnail/)

## Beschreibung

Adds a new column to the WordPress admin post list view, containing a preview of
the post’s featured image (where available).

### Hooks

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

## Installation

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

## Rezensionen

![](https://secure.gravatar.com/avatar/d1eb658900775873fec5b75dce07180663ac80578ce77d82429e8437fb5aa3c5?
s=60&d=retro&r=g)

### 󠀁[works like a charm](https://wordpress.org/support/topic/works-like-a-charm-2131/)󠁿

 [fmatelli](https://profiles.wordpress.org/fmatelli/) 18. November 2022

exactlty what I needed

![](https://secure.gravatar.com/avatar/a12de592e274679b64b1831f094f74abc9aae1019b132f73da5c4b7302060d6d?
s=60&d=retro&r=g)

### 󠀁[Simple and effective](https://wordpress.org/support/topic/simple-and-effective-1315/)󠁿

 [talentodesign](https://profiles.wordpress.org/talentodesign/) 18. August 2021

Very usefull plugin. Works like a charm.

![](https://secure.gravatar.com/avatar/00eeaee4efe755881e7df2b2c06ea96afc8b686842dfd02b0dce06bd89acd0b3?
s=60&d=retro&r=g)

### 󠀁[Great little utility](https://wordpress.org/support/topic/great-little-utility-2/)󠁿

 [lawrencewitt](https://profiles.wordpress.org/lawrencewitt/) 10. Juni 2021 1 reply

Very useful and adds a lot of value for my client. Many thanks!

![](https://secure.gravatar.com/avatar/30cfcc88af95f1e9cf26e6d3c9c0d3921f3d3b73f953d80fdca7c89c4a4e0074?
s=60&d=retro&r=g)

### 󠀁[Just what I was looking for!](https://wordpress.org/support/topic/just-what-i-was-looking-for-75/)󠁿

 [karlosound22](https://profiles.wordpress.org/karlosound22/) 1. Oktober 2016 1 
reply

This plugin was very helpful to me…thanks!

 [ Lies alle 4 Rezensionen ](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/)

## Mitwirkende & Entwickler

„Add post thumbnail to wp-admin list view“ ist Open-Source-Software. Folgende Menschen
haben an diesem Plugin mitgewirkt:

Mitwirkende

 *   [ Mark Howells-Mead ](https://profiles.wordpress.org/markhowellsmead/)

„Add post thumbnail to wp-admin list view“ wurde in 4 Sprachen übersetzt. Danke 
an [die Übersetzerinnen und Übersetzer](https://translate.wordpress.org/projects/wp-plugins/mhm-list-postthumbnail/contributors)
für ihre Mitwirkung.

[Übersetze „Add post thumbnail to wp-admin list view“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/mhm-list-postthumbnail)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/mhm-list-postthumbnail/),
sieh dir das [SVN Repository](https://plugins.svn.wordpress.org/mhm-list-postthumbnail/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/mhm-list-postthumbnail/)
per [RSS](https://plugins.trac.wordpress.org/log/mhm-list-postthumbnail/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.3.4

 * Remove manual version checking: version compatibility is now confirmed by WordPress
   Core, using the `Requires at least` and `Tested up to` headers in the plugin 
   header.
 * Update „Tested up to“ to 6.5.4.

#### 1.3.3

 * Updating plugin meta. No functional changes.

#### 1.3.2

 * Updating plugin meta. No functional changes.

#### 1.3.1

 * Confirm support in in WordPress 6.5.3.

#### 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.

## Meta

 *  Version **1.3.4**
 *  Last updated **vor 5 Monaten**
 *  Active installations **400+**
 *  WordPress version ** 4.0 oder höher **
 *  Tested up to **6.9.0**
 *  PHP version ** 5.6 oder höher **
 *  Languages
 * [English (Australia)](https://en-au.wordpress.org/plugins/mhm-list-postthumbnail/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/mhm-list-postthumbnail/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/mhm-list-postthumbnail/),
   [English (UK)](https://en-gb.wordpress.org/plugins/mhm-list-postthumbnail/) und
   [English (US)](https://wordpress.org/plugins/mhm-list-postthumbnail/).
 *  [Übersetze in deine Sprache](https://translate.wordpress.org/projects/wp-plugins/mhm-list-postthumbnail)
 * Tags
 * [admin](https://de-at.wordpress.org/plugins/tags/admin/)[post thumbnail](https://de-at.wordpress.org/plugins/tags/post-thumbnail/)
   [sayhellogmbh](https://de-at.wordpress.org/plugins/tags/sayhellogmbh/)[thumbnail](https://de-at.wordpress.org/plugins/tags/thumbnail/)
 *  [Erweiterte Ansicht](https://de-at.wordpress.org/plugins/mhm-list-postthumbnail/advanced/)

## Bewertungen

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/)

## Mitwirkende

 *   [ Mark Howells-Mead ](https://profiles.wordpress.org/markhowellsmead/)

## Support

Möchtest du etwas sagen? Brauchst du Unterstützung?

 [Supportforum anzeigen](https://wordpress.org/support/plugin/mhm-list-postthumbnail/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://www.paypal.me/mhmli)