Title: No support for Quick Edit?
Last modified: August 21, 2016

---

# No support for Quick Edit?

 *  Resolved [Hassan](https://wordpress.org/support/users/hassanhamm/)
 * (@hassanhamm)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/)
 * When I select some taxonomies to use radio buttons, I can no longer see their
   boxes when clicking the Quick Edit link in the posts table. Is this a known limitation
   or a bug?
 * [http://wordpress.org/extend/plugins/radio-buttons-for-taxonomies/](http://wordpress.org/extend/plugins/radio-buttons-for-taxonomies/)

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/no-support-for-quick-edit/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/no-support-for-quick-edit/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/no-support-for-quick-edit/page/2/?output_format=md)

 *  Plugin Author [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922586)
 * It wasn’t a known bug, but it appears to be a bug nonetheless.
 * Please download the latest version here:
    [https://github.com/helgatheviking/Radio-Buttons-for-Taxonomies](https://github.com/helgatheviking/Radio-Buttons-for-Taxonomies)
 * and let me know if that solves it for you. If so, I will push it live to the 
   WP repo.
 *  Thread Starter [Hassan](https://wordpress.org/support/users/hassanhamm/)
 * (@hassanhamm)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922624)
 * Just tried the new version. It works for the default “Category” taxonomy only.
   Won’t work for custom taxonomies.
 *  Plugin Author [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922650)
 * Is working here for my test custom taxonomy:
 * [https://www.diigo.com/item/image/1xt6v/3esd](https://www.diigo.com/item/image/1xt6v/3esd)
 * What does your register_taxonomy() code look like? RBfT now respects the `show_admin_column`
   parameter, so if that is false quick edit won’t work.
 * Are you seeing columns for the taxonomy at all? How are they added?
 *  Thread Starter [Hassan](https://wordpress.org/support/users/hassanhamm/)
 * (@hassanhamm)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922757)
 * I created these custom taxonomies with the [Types](http://wordpress.org/plugins/types/)
   plugin. I don’t see the `show_admin_column` parameter in its settings screen 
   though :/
 *  Plugin Author [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922758)
 * This appears to not be a problem with RBfT. `show_admin_column` is false by default:
   [http://codex.wordpress.org/Function_Reference/register_taxonomy](http://codex.wordpress.org/Function_Reference/register_taxonomy)
 * Therefore my plugin won’t change the column until it is added. I decided not 
   to go all willy-nilly adding columns unless they were specifically added by the
   user.
 * Potential solutions:
 * 1. As the Types developers to include this option. There are some filters in 
   their code that might help, I’m not sure and can’t test.
 * 2. Add the column yourself. There are plenty of tuts on the subject:
    [http://wp.tutsplus.com/tutorials/creative-coding/add-a-custom-column-in-posts-and-custom-post-types-admin-screen/](http://wp.tutsplus.com/tutorials/creative-coding/add-a-custom-column-in-posts-and-custom-post-types-admin-screen/)
 * 3. Register the taxonomy yourself. There’s a good example in the codex and even
   a generator here:
    [http://themergency.com/generators/wordpress-custom-taxonomy/](http://themergency.com/generators/wordpress-custom-taxonomy/)
 *  Thread Starter [Hassan](https://wordpress.org/support/users/hassanhamm/)
 * (@hassanhamm)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922774)
 * Thanks a lot. I have notified Types devs about this and they should add that 
   option. Your plugin is working fine, the issue is with Types.
 *  [Tika Mazul](https://wordpress.org/support/users/oceanazul/)
 * (@oceanazul)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922956)
 * Hi Helga and Hassan,
 * I also am using the Types plugin with the RDfT plugin, and i’m not sure if this
   is the same issue, but i _can _see my radio buttons in the quick edit list, but
   they always default to _none selected_, and this taxonomy cannot be updated from
   the quick edits screen, and also shows incorrect selection.
 * Is this the same issue you were discussing, and if so, Hassan, did Types resolve
   it, and is there something i can do to get the quick edit options working?
 * thanks in advance.
 *  Plugin Author [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922957)
 * It seems like it is not the exact same issue, but rather a new conflict with 
   Types. I suspect their markup might be a little different from the default. Unfortunately
   I do not have time to test it at the moment.
 *  [Tika Mazul](https://wordpress.org/support/users/oceanazul/)
 * (@oceanazul)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922958)
 * No problem, Thanks for responding Helga. I will use a radio button custom field
   for now. If you ever do look into it, and remember this thread, it would be great
   to know 🙂
 *  Thread Starter [Hassan](https://wordpress.org/support/users/hassanhamm/)
 * (@hassanhamm)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922959)
 * oceanazul, as helga noted, this is a different issue, however I am also experiencing
   it. I am not sure who’s the culprit here, but I did not bother to try and look
   into it since I can assign/change taxonomies from the post edit screen itself.
   Takes more clicks, yes, but works.
 *  [Tika Mazul](https://wordpress.org/support/users/oceanazul/)
 * (@oceanazul)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922960)
 * Ok, Thanks Hassan for responding. I resorted to the Custom Field workaround, 
   since I am handing the site off to a client eventually and they will be confused
   by the radio buttons not working in quick edit screen. I will post here if i 
   do discover a fix in the future 🙂
 *  Plugin Author [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922961)
 * Would you dig in with dev tools or firebug and tell me what the column header
   looks like for the custom taxonomy?
 * For example on the edit.php screen, the Categories column looks like this:
 *     ```
       <th scope="col" id="categories" class="manage-column column-categories" style="">Categories</th>
       ```
   
 *  [Tika Mazul](https://wordpress.org/support/users/oceanazul/)
 * (@oceanazul)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922962)
 * Hi Helga—Yes i will try and find that out and report back.
 *  [shadowshades](https://wordpress.org/support/users/shadowshades/)
 * (@shadowshades)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922963)
 * Hi, I also use Types plugin. My quick edit work great!
    But when I try to edit
   multiple posts at a time (Bulk actions), it dont work. Is this a known limitation
   or a bug? Thank you! 🙂
 *  [Tika Mazul](https://wordpress.org/support/users/oceanazul/)
 * (@oceanazul)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/#post-3922964)
 * Your quick edit works? Hmm… that’s strange.I do have a lot of other plugins, 
   so perhaps one of those is the culprit.
 * Shadowshades—when you are viewing the quick edit screen, you _are_ able to make
   changes to the radio selection, and those changes are saved, yes?
 * I will give Helga the info she requested as soon as I have a moment. i’m working
   on a deadline this week so it will be a few days.

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/no-support-for-quick-edit/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/no-support-for-quick-edit/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/no-support-for-quick-edit/page/2/?output_format=md)

The topic ‘No support for Quick Edit?’ is closed to new replies.

 * ![](https://ps.w.org/radio-buttons-for-taxonomies/assets/icon-256x256.png?rev
   =2864757)
 * [Radio Buttons for Taxonomies](https://wordpress.org/plugins/radio-buttons-for-taxonomies/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/radio-buttons-for-taxonomies/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/radio-buttons-for-taxonomies/)
 * [Active Topics](https://wordpress.org/support/plugin/radio-buttons-for-taxonomies/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/radio-buttons-for-taxonomies/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/radio-buttons-for-taxonomies/reviews/)

 * 37 replies
 * 5 participants
 * Last reply from: [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/no-support-for-quick-edit/page/3/#post-3922987)
 * Status: resolved