Creating a new Sortable Column in WordPress Admin

I have a press release category on my WordPress site and there is too much posts being submitted and its taking up space in the All Posts and Published section of my WordPress admin, I'm wondering if there is a way to create a new sortable column where I can hide press releases category from the All Posts and Published column and make it only show in the new sortable column?

Is this possible?

Topic columns wp-admin posts Wordpress

Category Web


You could move this post category to a separate post type. For this you would need to add a new custom post type, move the posts (for example with the plugin "Post Type Switcher") and then adjust the theme to load the right posts in the frontend.

With this plugin you can also add new columns to the post admin section in order to sort them in different ways. https://en-gb.wordpress.org/plugins/codepress-admin-columns/

The exact thing you are after could be done if you create a custom plugin for this, but I don't think that there's a plugin for this already as it seems like a feature not many people need.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.