Steps:
- Install and activate your Theme on the new server
- (Optional) Export/Import Theme options, either via the Theme itself (if the Theme provides options export/import), or by copying the Theme’s entry, and the
{themename}_theme_mods
entry, in thewp_options
DB table, and then importing to the new server. Doing this manually will require direct SQL access, e.g. using PHPMyAdmin) - Export site content from the old server, using WordPress exporter
- Import site content to the new server, using WordPress importer
It appears that Step 2 is where you’re having a problem. Unfortunately, that step is largely out-of-scope for WPSE. And since you’re using a commercial Theme, we don’t have access to the Theme to be able to guide you with respect to what exact wp_options
table entries to look for in a manual export/import.
Related Posts:
- Using OOP in themes
- Am I allowed to license my WordPress theme under the aGPL
- Best way to include Bootstrap in WordPress
- Best practices for a Style/CSS based theme options page?
- How do I create my own admin button and theme settings page?
- How to automatically highlight syntax of code in a post?
- register_theme_directory and broken deploys
- switch a theme different per user role
- Extra User Profile Field Upload File / Image
- How to make alert for new version on theme options?
- Migrating October CMS to WordPress
- Change logo on each page of University Hub theme [closed]
- Delete database tables on theme uninstall?
- Why are my sidebars not registering in unit tests
- How do you manage your theme versions when privately distributing?
- wordpress themes demo file importing problem? [closed]
- How to run word press theme on localhost in Ubuntu OS?
- get_template_directory has an odd functionality
- Theme editor not showing correct index.php
- Confit theme on WordPress.org
- How to set different settings for a mobile theme?
- How to set a single theme directory on a multisite blog?
- 100% width Featured Image Size
- What’s the proper way to include inlined javascript-source?
- Make it possible to pick a color theme for specific pages
- Create register form without a plugin
- Retina JS not working
- Get WordPress to use another custom “author.php” file (“custom-author-file.php”)
- How can I use a logo in the header?
- JavaScript Files Registered in Parent Theme Won’t Load When Calling wp_enqueue_script() in Child Theme?
- the_content() is not displaying content, why? [closed]
- Is it possible to create child themes using the WordPress Dashboard?
- Can I use wordpress themes without wordpress?
- Unwanted edit link on front page
- Need help with making a website where user can add products
- Determing number the query ran by core wordpress
- Preserve theme settings when migrating from local to live
- Unable to access wordpress login.php [closed]
- Remove problem PHP code entered into footer via Theme
- What is the “pub” theme? [closed]
- Can I change the WordPress default color?
- Enqueue custom css file on specific page
- How to put single-***.php in a specific folder?
- Using JQuery to check for Rel Attribute of Image before Overriding It
- for my current theme( own custom ) the default menu options are disabled in wp-admin?
- Most wp_nav_menu parameters ignored
- Is a very simple theme secure enough?
- New WordPress Theme Not Showing in Blog
- A wordpress site keeps editing wp-content files after migration
- Switching Theme and back will reset the previous Theme’s settings?
- Remove Commenting on Certain Pages
- Where did my Theme Editor go?
- disable default widgets in Responsive theme
- Theme seems to have different options on wordpress.com and own-server install
- how would I change background color of a theme using a plugin?
- What’s the easiest way of adding more options in the Theme Options of the twenty eleven theme?
- Fix warning: Missing argument
- My first WP development project – am I envisaging this right?
- How can I fetch the next level of the currently selected main menu (hierarchical menu)?
- brand section in wordpress lost after change theme
- Removing basic header/text elements from a theme
- How i can put on my wordpress the demo of a theme?
- WordPress keeps switching back to empty template
- Best way of creating a website with multiple themes/languages
- Remove the breadcrums on a theme W
- Website Theme Flickering in Chrome
- Enqueue All Stylesheets Found In a Theme Folder
- Problem: Fatal error worldpress theme
- style.css of my custom theme is not being applied at all
- how to edit homepage
- WordPress Dashboard Problem [closed]
- 1px black line appearing down right side of thumbnails (theme snaps) [closed]
- Change wordpress theme name (not child theme)
- Custom theme being prompted for update because of similarly named theme
- WordPress Theme Migration Local to Live Assets Not Loading
- Revamping a WordPress mirror site – and I don’t know where to start!
- Adding admin-ajax.php to the frontend. Good or bad idea?
- WordPress Form To Email.php and Theme
- How do you make your theme Child Theme-able? [duplicate]
- How to prevent tinyMCE editor to be loaded completely in Text Editor?
- Customising a theme
- Blog shows up without Theme/CSS styles
- Boldy theme – Regarding the images above the boxes
- Symbolic Links for themes – linking one theme to many wordpress installs
- A problem with functions.php file on my WordPress site
- hardened wordpress linux install
- which theme is this? [closed]
- JQuery Error in theme for .live is not a function [closed]
- change template with button
- How do I remove the dash (-) between my Site Title and Tagline?
- WordPress Theme redirects to the Index page – Theme customizer problem
- Obtaining the original unchanged Theme [closed]
- How to assign posts to different themes? [closed]
- Using AJAX to Update WordPress Theme
- Is it possible to dynamically show different themes for different users? [duplicate]
- Why does WP theme not look like promoted? [closed]
- Remove image next to header image on WellExpo theme [closed]
- Table of Contents in Left Navbar [closed]
- How do I get rid of the Mindblown and the book recommendations?
- Adding PHP code to single template in 2023 edition of WordPress theme