Is it possible to have a column with a checkbox in the list of posts (if it makes a difference, it's a custom post type), and have it's value updated to the database, either as soon as it is checked/unchecked via ajax, or with an "update" button?
Is it possible to have a column with a checkbox in the list of posts (if it makes a difference, it's a custom post type), and have it's value updated to the database, either as soon as it is checked/unchecked via ajax, or with an "update" button?
i have not tried this personally, but my gut answer is yes. to add a columns to post types, read this:
http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/
after you have created your column, then it's a matter of adding the jquery to the footer of the admin pages, and doing the ajax call.
This topic has been closed to new replies.