Title: Removing Custom Fields
Last modified: August 19, 2016

---

# Removing Custom Fields

 *  [radiotronpodcast](https://wordpress.org/support/users/radiotronpodcast/)
 * (@radiotronpodcast)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/removing-custom-fields/)
 * Please can someone tell me how I can remove the custom field names that I no 
   longer use. I have got quite a few as different themes require different fields.
 * Thanks

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/removing-custom-fields/#post-1118454)
 * Could use [phpMyadmin](http://codex.wordpress.org/phpMyadmin) to do that.
 * Backup your database before doing anything.
 * Delete all custom fields with key = cf1
 *     ```
       DELETE FROM wp_postmeta WHERE meta_key = 'cf1'
       ```
   
 * Change wp_postmeta to be whatever your postmeta table is named.
 *  [stratboy](https://wordpress.org/support/users/stratboy/)
 * (@stratboy)
 * [16 years ago](https://wordpress.org/support/topic/removing-custom-fields/#post-1118738)
 * why cf1? what does it mean?

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

The topic ‘Removing Custom Fields’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [stratboy](https://wordpress.org/support/users/stratboy/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/removing-custom-fields/#post-1118738)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
