Title: pablofaria's Replies | WordPress.org

---

# pablofaria

  [  ](https://wordpress.org/support/users/pablofaria/)

 *   [Profile](https://wordpress.org/support/users/pablofaria/)
 *   [Topics Started](https://wordpress.org/support/users/pablofaria/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pablofaria/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pablofaria/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pablofaria/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pablofaria/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pablofaria/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove ‘uncategorized’ from posts also assinged to other categories](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/)
 *  [pablofaria](https://wordpress.org/support/users/pablofaria/)
 * (@pablofaria)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-uncategorized-from-posts-also-assinged-to-other-categories/#post-962864)
 * I could manage to do this, but I had to use SQL (“delete”). YOU MUST BE VERY 
   CAREFUL WHEN USING THIS COMMAND. DON’T FORGET TO BACKUP YOU WP DATABASE!
 * There are two tables where WP stores the relationships of categories to posts.
   These are “wp_term_relationships” and “wp_term_taxonomy”. You can find the ID
   of the “uncategorized” (probably “1”) in the table “wp_terms”. Then you need 
   only a “delete from ‘wp_term_relationships’ where ‘term_taxonomy_id’=ID_YOU_FOUND”
   and than “delete from ‘wp_term_taxonomy’ where ‘term_taxonomy_id’=ID_YOU_FOUND”.
 * This done the job for me.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [removing category-uncategorized](https://wordpress.org/support/topic/removing-category-uncategorized/)
 *  [pablofaria](https://wordpress.org/support/users/pablofaria/)
 * (@pablofaria)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/removing-category-uncategorized/#post-1245405)
 * I could manage to do this, but I had to use SQL (“delete”). YOU MUST BE VERY 
   CAREFUL WHEN USING THIS COMMAND. DON’T FORGET TO BACKUP YOU WP DATABASE!
 * There are two tables where WP stores the relationships of categories to posts.
   These are “wp_term_relationships” and “wp_term_taxonomy”. You can find the ID
   of the “uncategorized” (probably “1”) in the table “wp_terms”. Then you need 
   only a “delete from ‘wp_term_relationships’ where ‘term_taxonomy_id’=ID_YOU_FOUND”
   and than “delete from ‘wp_term_taxonomy’ where ‘term_taxonomy_id’=ID_YOU_FOUND”.
 * This done the job for me.

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