Title: Manage Admin Columns
Author: Santiago Becerra
Published: <strong>2021年1月2日</strong>
Last modified: 2022年5月8日

---

プラグインを検索

![](https://ps.w.org/manage-admin-columns/assets/banner-772x250.png?rev=2719971)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/manage-admin-columns/assets/icon.svg?rev=2720102)

# Manage Admin Columns

 作者: [Santiago Becerra](https://profiles.wordpress.org/sanbec/)

[ダウンロード](https://downloads.wordpress.org/plugin/manage-admin-columns.1.5.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/manage-admin-columns/#description)
 * [レビュー](https://ja.wordpress.org/plugins/manage-admin-columns/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/manage-admin-columns/#installation)
 * [開発](https://ja.wordpress.org/plugins/manage-admin-columns/#developers)

 [サポート](https://wordpress.org/support/plugin/manage-admin-columns/)

## 説明

This plugin adds a featured image column to WordPress Dashboard. It automatically
adds a column to any post type which supports a featured image. It’s an improvement
from the plugin [Add Featured Image Column](https://wordpress.org/plugins/add-featured-image-column/).

 * If the post has no featured image, it displays a “No image” svg icon to indicate
   this.
 * If the featured image is broken, it displays a red “Broken image” svg icon to
   indicate this.
 * The plugin opens a lightbox when click on featured image.
 * You can enable or disable the blue border on hover.
 * You can enable or disable the lightbox feature.
 * You can choose the shape and size of the thumbnail displayed at the dashboard.

## スクリーンショット

 * [[
 * Circle, XL, border on hover posts featured images
 * [[
 * Square, M, no border on hover posts featured images
 * [[
 * Manage admin columns settings page
 * [[
 * Featured Image Ligthbox
 * [[
 * Icons for image broken and no image

## インストール

#### Minimum Requirements

 * WordPress 5.0 or greater
 * PHP version 5.6 or greater
 * MySQL version 5.0 or greater

#### We recommend your host supports:

 * PHP version 7.0 or greater
 * MySQL version 5.6 or greater
 * WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)

#### Installation

Follow the steps below:

 1. From your WordPress dashboard -> Go to ‘Plugins’ -> ‘Add new’ screen.
 2. In the ‘Search plugins…’ field, enter “Manage Admin Columns” and choose it.
 3. Press ‘Install Now’.
 4. After installation, click ‘Activate’.

Alternatively:
 1. Extract the zip file and drop the contents of the entire `manage-
admin-columns` folder in the `wp-content/plugins/` directory of your WordPress installation.
2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## FAQ

It’s simple! Just activate, and visit the Settings > Manage Admin Columns to change
the default behavior of the plugin.

## 評価

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

### 󠀁[Awesome little plugin!](https://wordpress.org/support/topic/awesome-little-plugin-17/)󠁿

 [heikodietze](https://profiles.wordpress.org/heikodietze/) 2023年3月16日

Shows the featured image on each post or custom post overview. You can select the
size of the image, on which post types they appear and even view it on click in 
big! I can highly recommend it! 👌🏻

 [ 1件のレビューをすべて表示 ](https://wordpress.org/support/plugin/manage-admin-columns/reviews/)

## 貢献者と開発者

Manage Admin Columns はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ Santiago Becerra ](https://profiles.wordpress.org/sanbec/)
 *   [ Elemendas ](https://profiles.wordpress.org/elemendas/)

“Manage Admin Columns” は3ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/manage-admin-columns/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Manage Admin Columns” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/manage-admin-columns)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/manage-admin-columns/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/manage-admin-columns/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/manage-admin-columns/)
を [RSS](https://plugins.trac.wordpress.org/log/manage-admin-columns/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.5.0

 * new: If the featured image is broken or invalid, it displays a red icon to indicate
   this.

#### 1.4.0

 * new: Lightbox setting
 * improvement: Remove border on hover for noimage placeholders
 * improvement: Simpler lightbox effect with tickbox

#### 1.3.1

 * new: The image columm opens in a Ligthbox on click
 * improvement: Move Image Column after the select checkbox
 * improvement: Changed function prefixes to namespaces
 * improvement: Convert class into static
 * improvement: Better code structure
 * improvement: Better code to order columns
 * fix: Wrong metadata
 * fix: Bad syntax

#### 1.3.0

 * new: setting to choose if the image border is shown on hover

#### 1.2.0

 * new: svg image for posts with no featured image
 * improved: better code

#### 1.1.5

 * improved: output for posts with no featured image

#### 1.1.4

 * fixed: featured image column display on mobile

#### 1.1.3

 * Improved: any post type which supports featured images (including private post
   types) will display a featured image column
 * Added: the args to get the list of post types has been added to the post types
   filter
 * Changed: admin column heading is just “Image” instead of “Featured Image”

#### 1.1.2

 * Added: text_domain, language files
 * Fixed (really): featured image column on mobile

#### 1.1.1

 * Fixed: featured image column on mobile

#### 1.1.0

 * Added: the featured image column is now sortable.
 * Due to redundancy, this plugin now deactivates if Display Featured Image for 
   Genesis is active.

#### 1.0.1

 * Added filter to exclude post types

#### 1.0.0

 * Initial release on WordPress.org

#### 0.9.0

 * Initial release on Github

## メタ

 *  バージョン **1.5.0**
 *  最終更新日 **4年前**
 *  有効インストール数 **100+**
 *  WordPress バージョン ** 5.0またはそれ以降 **
 *  検証済み最新バージョン: **6.0.12**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/manage-admin-columns/)、
   [English (US)](https://wordpress.org/plugins/manage-admin-columns/)、[Spanish (Chile)](https://cl.wordpress.org/plugins/manage-admin-columns/)、
   [Spanish (Spain)](https://es.wordpress.org/plugins/manage-admin-columns/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/manage-admin-columns)
 * タグ
 * [admin columns](https://ja.wordpress.org/plugins/tags/admin-columns/)[featured image](https://ja.wordpress.org/plugins/tags/featured-image/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/manage-admin-columns/advanced/)

## 評価

 5つ星中5つ星

 *  [  1 5-星レビュー     ](https://wordpress.org/support/plugin/manage-admin-columns/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/manage-admin-columns/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/manage-admin-columns/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/manage-admin-columns/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/manage-admin-columns/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/manage-admin-columns/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/manage-admin-columns/reviews/)

## 貢献者

 *   [ Santiago Becerra ](https://profiles.wordpress.org/sanbec/)
 *   [ Elemendas ](https://profiles.wordpress.org/elemendas/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/manage-admin-columns/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://paypal.me/sanbec)