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
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
Could use 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.
why cf1? what does it mean?
This topic has been closed to new replies.