Title: Missing category selector
Last modified: December 10, 2023

---

# Missing category selector

 *  Resolved [therealgilles](https://wordpress.org/support/users/chamois_blanc/)
 * (@chamois_blanc)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/missing-category-selector/)
 * Someone seems to have broken recently, the terms selector is not shown anymore:
 * ![](https://i0.wp.com/i.ibb.co/m9R3524/Screenshot-2023-12-09-at-8-43-07-PM.png)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [therealgilles](https://wordpress.org/support/users/chamois_blanc/)
 * (@chamois_blanc)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/missing-category-selector/#post-17265561)
 * Never mind, that’s my bad trying to fix a bug in one of the JS scripts. I should
   have fixed it this way:
 *     ```wp-block-code
               // if ($(element).val().indexOf('category') !== -1) {
               const value = $(element).val();
               if ((typeof value === 'string') && value.indexOf('category') !== -1) {
       ```
   
 *  Plugin Support [Riza Maulana Ardiyanto](https://wordpress.org/support/users/rizaardiyanto/)
 * (@rizaardiyanto)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/missing-category-selector/#post-17267856)
 * I’m glad to hear it resolved already [@chamois_blanc](https://wordpress.org/support/users/chamois_blanc/)
 * We appreciate you using our plugin 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing category selector’ is closed to new replies.

 * ![](https://ps.w.org/post-expirator/assets/icon-256x256.png?rev=3569472)
 * [Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories](https://wordpress.org/plugins/post-expirator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-expirator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-expirator/)
 * [Active Topics](https://wordpress.org/support/plugin/post-expirator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-expirator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-expirator/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Riza Maulana Ardiyanto](https://wordpress.org/support/users/rizaardiyanto/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/missing-category-selector/#post-17267856)
 * Status: resolved