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

---

Søg plugins

![](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

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

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

 * [Detaljer](https://da.wordpress.org/plugins/mhm-list-postthumbnail/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/mhm-list-postthumbnail/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/mhm-list-postthumbnail/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/mhm-list-postthumbnail/#developers)

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

## Beskrivelse

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

## Anmeldelser

![](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 svar

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
svar

This plugin was very helpful to me…thanks!

 [ Læs alle 4 anmeldelser ](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/)

## Bidragsydere & udviklere

“Add post thumbnail to wp-admin list view” er open source-software. Følgende personer
har bidraget til dette plugin.

Bidragsydere

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

“Add post thumbnail to wp-admin list view” er blevet oversat til 4 sprog. Tak til
[oversætterne](https://translate.wordpress.org/projects/wp-plugins/mhm-list-postthumbnail/contributors)
for deres bidrag.

[Oversæt “Add post thumbnail to wp-admin list view” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/mhm-list-postthumbnail)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/mhm-list-postthumbnail/),
tjek [SVN repository](https://plugins.svn.wordpress.org/mhm-list-postthumbnail/),
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/mhm-list-postthumbnail/)
via [RSS](https://plugins.trac.wordpress.org/log/mhm-list-postthumbnail/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 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**
 *  Senest opdateret **7 måneder siden**
 *  Aktive installationer **400+**
 *  WordPress-version ** 4.0 eller højere **
 *  Testet op til **6.9.0**
 *  PHP-version ** 5.6 eller højere **
 *  Sprog
 * [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/) og
   [English (US)](https://wordpress.org/plugins/mhm-list-postthumbnail/).
 *  [Oversæt til dit sprog](https://translate.wordpress.org/projects/wp-plugins/mhm-list-postthumbnail)
 * Tags
 * [admin](https://da.wordpress.org/plugins/tags/admin/)[post thumbnail](https://da.wordpress.org/plugins/tags/post-thumbnail/)
   [sayhellogmbh](https://da.wordpress.org/plugins/tags/sayhellogmbh/)[thumbnail](https://da.wordpress.org/plugins/tags/thumbnail/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/mhm-list-postthumbnail/advanced/)

## Bedømmelser

 5 ud af 5 stjerner.

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

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

[Se alle anmeldelser.](https://wordpress.org/support/plugin/mhm-list-postthumbnail/reviews/)

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

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

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](https://www.paypal.me/mhmli)