Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] How to do a clean uninstall of Atahualpa including all DB entries? (http://forum.bytesforall.com/showthread.php?t=21168)

Fux Nov 20, 2013 10:48 AM

[SOLVED] How to do a clean uninstall of Atahualpa including all DB entries?
 
How can one do a clean uninstall of Atahualpa, including all database entries and those meta/custom fields etc?

I imagine it should be quite simple with a single command since the settings all seem to bear the bfa_ata prefix. But what do I know about these kinds of things...

juggledad Nov 20, 2013 02:13 PM

Might I ask 'Why?'

backup the database first
you need to issue two sql requests
Code:

delete FROM `wp_options` WHERE `option_name` like '%bfa%'
will delete all the Atahualpa options and
Code:

delete FROM `wp_postmeta` WHERE `meta_key` like '%bfa%'
should delete all the 'meta' information

Fux Nov 24, 2013 11:54 AM

Thank you!

Edit: Oh, yes, you may ask: I closed some of my websites and changed one to a custom-made theme. And on that one there seems to be some trouble with the "meta title" custom fields and the SEO Plugin. Also, I found loads of old, unused entries in the wp_options table (obviously created by plugins I already uninstalled years ago) and thought it'd only make sense to clean up after 5 or 6 years.


All times are GMT -6. The time now is 12:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.