Support

Account

Home Forums Backend Issues (wp-admin) Make a single value post object sortable (edit.php table column) Reply To: Make a single value post object sortable (edit.php table column)

  • use an acf/save_post filter. When your posts are saved get the title of the post object field and store that in another custom field not controlled by ACF

    This sounds better. Is there a way to make a field invisible to the backend user?