* Goto PhpMyAdmin
* Execute this query (in SQL tab):
SELECT option_name, option_value FROM `wp_options` WHERE option_name REGEXP ‘^bfa_ata_’;
where ‘wp_options’ is the ‘blogprefix_options’ of your blog site.
* At the botton of resulted window click “Export” icon/link
* Check [x] Save as File
* Press [Go] button at the lower right corner. Save file. This will save all settings of Atahualpa theme in wp_options.sql file
* Go to your other blog, run PhpMyAdmin there
* Execute this query in SQL Tab to clear up possible pre-existing setting for the theme (thanks juddledad for tip):
DELETE FROM `wp_options` WHERE option_name REGEXP ‘^bfa_ata_’;
* Click “Import” tab
* Navigate to your wp_options.sql
* Press [Go] button at the lower right corner
* Observe “Import has been successfully finished …”
* Done – reload/view your site with new imported settings.
