wordpress agency, wordpress agency for development, enterprise wordpress, wordpress website, wordpress developer, make a website, wordpress sites, wordpress blog, wordpress for dummies, wordpress website development, wordpress website design, wordpress design, wordpress web design, wordpress help, wordpress designer, premium wordpress themes, create a wordpress website, wordpress plugin development, wordpress theme development, build a wordpress website, wordpress website templates, wordpress web, woocommerce plugin, wordpress free website, wp themes, setting up a website, wordpress web development, wordpress homepage, wordpress cms, best wordpress sites, custom wordpress theme, wordpress for beginners, best wordpress websites, using wordpress, wordpress designs, create website using wordpress, wordpress web developer, wordpress website hosting, wordpress website examples, create new website, start a website, wordpress premium, wordpress web hosting, create wordpress, wordpress customization, wordpress plugin developer, create wordpress theme, custom wordpress development, wordpress guide, wordpress programming, wordpress design services, create wordpress blog, wordpress website tutorial, using wordpress to build a website, how to build a wordpress website, wordpress website developer, using wordpress to create a website, custom wordpress design, wordpress website designers, building a website from scratch, online site hosted by wordpress, wordpress website development company, hosted wordpress, i want to create a website, best wordpress, build website using wordpress, woocommerce wordpress, website using wordpress, make a wordpress website, setting up a wordpress site, start a wordpress blog, wordpress web design company, wordpress website development services, buy wordpress themes, custom wordpress, create wordpress site, wordpress web design services, wordpress themes for business, wordpress page, world press website, custom wordpress website, steps to create a website, websites created with wordpress, best way to create a website, wordpress web design for dummies, wordpress website design company, learn wordpress step by step, build wordpress site, building a website for dummies, using wordpress for a website, create a website from scratch, wordpress website themes, website design using wordpress, wordpress business website, best way to build a website, design wordpress theme, wordpress site design, wordpress professional, wordpress blog page, wordpress site development, how to create a website with wordpress, top wordpress sites, make a website from scratch, make a webpage, build your own wordpress website, setting up a wordpress blog, get wordpress, wordpress layouts, building a website, wordpress website design tutorial, wordpress free site, website creation, e commerce website, website design, create wordpress account, wordpress web development services, design a website, wordpress cms tutorial, setting up your own website, create your own website wordpress, website developer, website developers, best premium wordpress themes, wordpress free blog, top wordpress websites, create a blog website, build wordpress theme, webdesign, website design companies, best way to make a website, web agency, web developers, custom wordpress plugin development, web page design, wordpress malware, web design companies, ecommerce website design, designer websites, professional website design, wordpress best themes, wordpress create website free, professional website, custom wordpress website design, wordpress blog examples, wp plugin development, examples of wordpress sites, web development companies, web design agency, wordpress webpage, custom website design, mobile website design, best way to learn wordpress, web development agency, popular wordpress blogs, setting up a wordpress website, ecommerce web design, create your own wordpress theme, custom web design, ecommerce website development, wordpress web design theme, build your own wordpress site, website companies, website design agency, website development company, wordpress for business, web application development, best wordpress designers, custom website, web design tools, professional web design, web creation, design companies, web design studio, web development websites, new wordpress, ecommerce design, how to use wordpress to create a website, website design and development, wordpress website management, wordpress start, make a wordpress site, wordpress membership plugin, new wordpress website, web design and development, make wordpress, custom wordpress site, the best wordpress themes, ecommerce web development, wordpress application development, great wordpress sites, wordpress theme designer, new website design, wordpress step by step, web design portfolio, develop website using wordpress, create professional website, best web design, online wordpress, new wordpress site, wordpress tutorials for beginners, best web design company, create wordpress template, start wordpress website, themes wordpress, world press website design, build your website with wordpress, best wordpress blogs, learn to build a website, wordpress tutorial 2022, woocommerce shop, web design prices, premium wp themes, ecommerce website development company

WordPress Agency for Development | Vipe Studio » WordPress Development » Moving Your Wix Website to WordPress, Part 3: After the Migration

Moving Your Wix Website to WordPress, Part 3: After the Migration

Reading Time: 3 minutes

The preceding two parts of this series on Wix to WordPress dealt with setting up a WordPress site, and the ways we could use to transfer the Wix website over to it.

Regardless of your choices leading up to this point, a few more steps will have to be performed before your website’s ready for the primetime:

1. A WordPress Menu

Any website worth it’s salt these days has to have a navigation menu for customers and readers to find their way around.

In the dashboard, locate ‘Menus’ under ‘Appearance’, give your menu a name and select ‘Create Menu’. Your pages will be visible on the left, so choose whichever you’d like and select ‘Add to Menu’, and once satisfied with the results, click on ‘Save Menu’.

Next, you’ll need to place it somewhere on the website, so select ‘Manage Locations’. You’ll get a list of available places on the site, though the exact contents of the list will depend on your theme. Since this is the navigation menu, you’re looking for the ‘Main Menu’ or the ‘Header Menu’.

2. Redirecting to WordPress

It goes without saying that if someone has your Wix site bookmarked and ends up there, you’d like them to be redirected to the new site on WordPress.

A little heads-up though, you won’t be able to use this redirect option if the Wix site was on a subdomain. On the bright side, if you used the CMS2CMS plugin in part 2 and picked the extra paid redirect option, you can skip this step.

  Do You Need a Content Delivery Network for WordPress?

With that settled, let’s see how we can implement the redirect by ourselves. You’ll need the code below:

 

var hsharray = {
'#!about/dasf3':'/about-page/',
'#!contact-us/ae34':'/contact/',
'#!blog-page/dh6f':'/blog/'
};

for (var hsh in hsharray) {
var pttn = new RegExp(hsh);

if (window.location.hash.match(pttn) !== null) {
window.location.href = hsharray[hsh];}
}

 

The hash part ‘#!about/dasf3’ is the old URL on your Wix site, while the next one ‘/about-page/’ is the new URL for your WordPress site. Repeat the code for every URL on Wix that you need to redirect. Once done, save the code, name the file redirect.js, then upload it under your server’s ‘/js’ directory.

Finally, you’ll have to modify the functions.php file to allow the JavaScript code to run. Take this code snippet and add it in:

 

function wix_wp_js () {
wp_enqueue_script( 'redirectwix', get_stylesheet_directory_uri()
. '/js/redirects.js', array(), '1.0.0', true);
}
add_action('wp_enqueue_scripts', 'wix_wp_js');

 

Once this file is saved after the edit, the redirects should work.

3. Using Yoast SEO

You were very likely using the inbuilt SEO tool in Wix, so now it’s time to optimize the WordPress site to do the same thing – and because there are a bunch of great SEO plugins, this’ll be a breeze.

We pick Yoast SEO for this example, as it can optimize your content for the keyword you want, even if you’re a complete beginner in the world of SEO. Under ‘Plugins’, select ‘Add New’, and search and install ‘Yoast SEO’. Once activated, you can configure the plugin to your liking.

  5 Popular WordPress Page Builders

4. Cross-Check Your Content and Media

Go over the website one final time to ensure that everything is shipshape – the formatting, the links or the plugins. Ensure the
widgets and menus work, and the redirects are in order.

It’s always a good idea to preview your content before going live with the new site, so that you can check if it looks great across all screens and devices.

It’s obvious that the process we’ve described is a fair bit elaborate, but follow the steps we’ve discussed throughout this series and you’ll do just great. The move from Wix to WordPress opens up a new world to you, and there’s a lot more you can create and achieve with the flexibility, functionalities and control that WordPress gives you.

If, however, you’d rather leave it to people who’ve been doing this for a while and can handle it all for you, feel free to check out Vipe Studio’s Wix to WordPress conversion services.

Looking for WordPress Website Development for your Business?

Our professional developers have proven experience in building high-quality business websites that outperform the competition, thanks to our meticulous attention to detail and the implementation of cutting-edge technologies. We will conduct an in-depth business analysis to ensure the website we create for you meets your highest expectations. Your site will have all of the necessary elements to assist you in increasing your ROI and sales.

Contact Us

The content of this website is copyrighted and protected by Creative Commons 4.0.

Tags:

Vipe Team

Author Vipe Team

Our tireless team who creates high-quality WordPress-related content for you 24/7/365.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

We have already created hundreds of profiting websites!

We have already created hundreds of profiting websites!

Subscribe to our newsletter and get our best WordPress tips!

[mc4wp_form id="8747"]