Adding custom columns to the WordPress admin area
WordPress provides plenty of great functionality out of the box. However, adding extra information to the admin area can help massively with the day-to-day running of a website. In this post I’m going to go through how to add custom columns to the post listing screen. I’ve created a ‘cars’ Custom Post Type. A very easy […]
Add a Custom Column in Posts and Custom Post Types Admin Screen
In this tutorial we will see how to add a new column to the WordPress Posts management screen and in this column we will show the Featured Image of each Post. This new column will also be added in the management screen of any active Custom Post Type. Step 1 Activate Featured Images In this tutorial […]
How to add File Size admin column in WordPress Media Library
Add the following in child theme’s functions.php: