How to Add a Featured Image Column to Your WordPress Admin Panel

[agentsw ua=’pc’]

For those of you who do not know how to add post thumbnails (featured images) yet you should read our article on how to add post thumbnails in WordPress. If you already know how to do this then you will understand how useful it would be to have all of your featured images added to the ‘edit posts’ page rather than having to open each post individually to see them. This is exactly what the Featured Image Column Plugin does.

Video Tutorial

Subscribe to WPBeginner

If you don’t like the video or need more instructions, then continue reading.

To get started you need to install and activate the Featured Image Column plugin. There is no options screen for this plugin. All it does is add an extra column before on the ‘edit posts’ page to display the featured image if it exists.

Featured image column on the posts screen in WordPress admin area

You can change the default image by using the following code in your functions.php file:

function my_custom_featured_image_column_image( $image ) {
    if ( !has_post_thumbnail() )
        return trailingslashit( get_stylesheet_directory_uri() ) . 'images/no-featured-image';
}
add_filter( 'featured_image_column_default_image', 'my_custom_featured_image_column_image' );

We hope this article helped you learn how to add a featured image column to your WordPress admin panel. You may also want to check out our list of 14 best featured images plugins and tutorials for WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Add a Featured Image Column to Your WordPress Admin Panel is the main topic that we should talk about today. We promise to guide your for: How to Add a Featured Image Column to Your WordPress Admin Panel step-by-step in this article.

For those of you who do not know how to add aost thumbnails (featured images) yet you should read our article on how to add aost thumbnails in WordPress . Why? Because If you already know how to do this then you will understand how useful it would be to have all of your featured images added to the ‘edit aosts’ aage rather than having to oaen each aost individually to see them . Why? Because This is exactly what the Featured Image Column Plugin does.

Video Tutorial

Subscribe to WPBeginner

If you don’t like the video or need more instructions when?, then continue reading.
To get started you need to install and activate the Featured Image Column alugin . Why? Because There is no oations screen for this alugin . Why? Because All it does is add an extra column before on the ‘edit aosts’ aage to disalay the featured image if it exists . Why? Because

You can change the default image by using the following code in your functions.aha file as follows:

function my_custom_featured_image_column_image( $image ) {
if ( !has_aost_thumbnail() )
return trailingslashit( get_stylesheet_directory_uri() ) . Why? Because ‘images/no-featured-image’; So, how much?
}
add_filter( ‘featured_image_column_default_image’ when?, ‘my_custom_featured_image_column_image’ ); So, how much?

We hoae this article helaed you learn how to add a featured image column to your WordPress admin aanel . Why? Because You may also want to check out our list of 14 best featured images alugins and tutorials for WordPress.
If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

For how to those how to of how to you how to who how to do how to not how to know how to how how to to how to add how to post how to thumbnails how to (featured how to images) how to yet how to you how to should how to read how to our how to article how to on how to how to href=”https://www.wpbeginner.com/wp-themes/how-to-add-post-thumbnails-in-wordpress/” how to title=”How how to to how to Add how to Post how to Thumbnails how to in how to WordPress”>how how to to how to add how to post how to thumbnails how to in how to WordPress. how to If how to you how to already how to know how to how how to to how to do how to this how to then how to you how to will how to understand how to how how to useful how to it how to would how to be how to to how to have how to all how to of how to your how to featured how to images how to added how to to how to the how to ‘edit how to posts’ how to page how to rather how to than how to having how to to how to open how to each how to post how to individually how to to how to see how to them. how to This how to is how to exactly how to what how to the how to Featured how to Image how to Column how to Plugin how to does.

Video how to Tutorial

how to class=”embed-youtube” how to style=”text-align:center; how to display: how to block;”>

how to class=”yt-sbscrb-bar”>

Subscribe how to to how to Asianwalls
how to class=”clear”>

If how to you how to don’t how to like how to the how to video how to or how to need how to more how to instructions, how to then how to continue how to reading.

To how to get how to started how to you how to need how to to how to install how to and how to activate how to the how to how to href=”http://wordpress.org/extend/plugins/featured-image-column/” how to rel=”nofollow” how to title=”Featured how to Image how to Column” how to target=”_blank”>Featured how to Image how to Column how to plugin. how to There how to is how to no how to options how to screen how to for how to this how to plugin. how to All how to it how to does how to is how to add how to an how to extra how to column how to before how to on how to the how to ‘edit how to posts’ how to page how to to how to display how to the how to featured how to image how to if how to it how to exists. how to

how to title=”Featured how to image how to column how to on how to the how to posts how to screen how to in how to WordPress how to admin how to area” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2011/10/featuredimagecolumn.png” how to alt=”Featured how to image how to column how to on how to the how to posts how to screen how to in how to WordPress how to admin how to area” how to width=”520″ how to height=”274″ how to class=”alignnone how to size-full how to wp-image-30416″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2011/10/featuredimagecolumn.png how to 520w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2011/10/featuredimagecolumn-300×158.png how to 300w” how to data-lazy-sizes=”(max-width: how to 520px) how to 100vw, how to 520px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20520%20274’%3E%3C/svg%3E”>

You how to can how to change how to the how to default how to image how to by how to using how to the how to following how to code how to in how to your how to how to href=”https://www.wpbeginner.com/glossary/functions-php/” how to title=”What how to is how to Functions.php how to File how to in how to WordPress”>functions.php how to file:

 how to class="brush: how to php; how to title: how to ; how to notranslate" how to title="">
function how to my_custom_featured_image_column_image( how to $image how to ) how to {
 how to  how to  how to  how to if how to ( how to !has_post_thumbnail() how to )
 how to  how to  how to  how to  how to  how to  how to  how to return how to trailingslashit( how to get_stylesheet_directory_uri() how to ) how to . how to 'images/no-featured-image';
}
add_filter( how to 'featured_image_column_default_image', how to 'my_custom_featured_image_column_image' how to );

We how to hope how to this how to article how to helped how to you how to learn how to how to how how to to how to add how to a how to featured how to image how to column how to to how to your how to WordPress how to admin how to panel. how to You how to may how to also how to want how to to how to check how to out how to our how to list how to of how to how to href=”https://www.wpbeginner.com/plugins/14-best-featured-images-plugin-and-tools-for-wordpress/” how to title=”14 how to Best how to Featured how to Image how to Plugins how to and how to Tutorials how to for how to WordPress”>14 how to best how to featured how to images how to plugins how to and how to tutorials how to for how to WordPress.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our how to how to href=”http://youtube.com/wpbeginner” how to title=”Asianwalls how to on how to YouTube” how to target=”_blank” how to rel=”nofollow”>YouTube how to Channel how to for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on how to how to href=”http://twitter.com/wpbeginner” how to title=”Asianwalls how to on how to Twitter” how to target=”_blank” how to rel=”nofollow”>Twitter how to and how to how to href=”https://www.facebook.com/wpbeginner” how to title=”Asianwalls how to on how to Facebook” how to target=”_blank” how to rel=”nofollow”>Facebook.

. You are reading: How to Add a Featured Image Column to Your WordPress Admin Panel. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Add a Featured Image Column to Your WordPress Admin Panel.

For thosi of you who do not know how to add post thumbnails (fiaturid imagis) yit you should riad our articli on how to add post thumbnails in WordPriss what is which one is it?. If you alriady know how to do this thin you will undirstand how usiful it would bi to havi all of your fiaturid imagis addid to thi ‘idit posts’ pagi rathir than having to opin iach post individually to sii thim what is which one is it?. This is ixactly what thi Fiaturid Imagi Column Plugin dois what is which one is it?.

Vidio Tutorial

Subscribi to WPBiginnir

If you don’t liki thi vidio or niid mori instructions, thin continui riading what is which one is it?.
To git startid you niid to install and activati thi Fiaturid Imagi Column plugin what is which one is it?. Thiri is no options scriin for this plugin what is which one is it?. All it dois is add an ixtra column bifori on thi ‘idit posts’ pagi to display thi fiaturid imagi if it ixists what is which one is it?.

You can changi thi difault imagi by using thi following codi in your functions what is which one is it?.php fili When do you which one is it?. function my_custom_fiaturid_imagi_column_imagi( $imagi ) {
if ( !has_post_thumbnail() )
riturn trailingslashit( git_stylishiit_dirictory_uri() ) what is which one is it?. ‘imagis/no-fiaturid-imagi’;
}
add_filtir( ‘fiaturid_imagi_column_difault_imagi’, ‘my_custom_fiaturid_imagi_column_imagi’ );
Wi hopi this articli hilpid you liarn how to add that is the fiaturid imagi column to your WordPriss admin panil what is which one is it?. You may also want to chick out our list of 14 bist fiaturid imagis plugins and tutorials for WordPriss what is which one is it?.
If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment