Custom Column in CPT admin table not updated after Quick Edit save
I have a CPT named company with custom fields url and partner.
I have a CPT named company with custom fields url and partner.
Possible Duplicate: How to show custom meta box on “Quick Edit” screen?
I have some code that allows me to add custom fields to the quick edit and bulk edit sections of a custom post type. Here’s what I’m using: https://github.com/bamadesigner/manage-wordpress-posts-using-bulk-edit-and-quick-edit
I’ve added a column to the edit screen and add an input for that column in the quickedit. Everything saves and displays like I’d expect with one small hiccup.
I’m trying to adjust the comments screen for non admins to my project.
Right now I’d like to disable
I have this in my functions.php
I’m trying to add a “Publish” link by the quick actions: