Your first step is correct, updating the wp_options in phpmyadmin is correct but its only step one.
You will need to update all occurrences of your old domain with the new.
Assuming that your DB prefix is wp_.
You will fine that the table wp_posts contains all posts/pages, under the guid column you will find all of the permalinks, i’m sure that when you will navigate there you will see your old domain.
To update the guid you can use the following sql
UPDATE wp_posts SET guid = replace(guid, 'http://www.oldurl','http://www.newurl');
Another option is to use a plugin.
Better search and replace does a great job with changing those setting, you can also bulk update/search multiple tables at ones.
IMPORTANT!!! Always backup your DB before doing any changes! even if you are 100% sure that everything will work; BACKUP ANYWAY!
Related Posts:
- Remember page before login page, redirect to that page after login
- Woocommerce Login Redirect not working [closed]
- Redirect user after login through woocommerce login page to page with his/her username?
- Woocommerce login not working on the first try
- wordpress/woocommerce login url not redirecting correctly
- Anonymous users can not access website
- How to use woo commerce login to authenticate code php pages?
- How to change redirect code? [duplicate]
- Login page so wide [closed]
- Remove login fields from /customer-account page [closed]
- Account Status/Login on Main Menu with Avatar Pictures
- How to get current product category ID in product archive page
- Woocommerce registration page [closed]
- WP/WooCommerce REST API cart/checkout/order [closed]
- Fatal Error when installing woocommerce despite upgrading
- Adding an action within a function that is being called by add_filter
- Hide Add to Cart Button
- Pass custom Checkout field value to Stripe gateway in WooCommerce
- How to modify “[Product] has been added to your cart” in WooCommerce?
- woocommerce fail to replace template string in email title [closed]
- Why do Woocommerce templates use hooks rather than get_template_part
- Woocommerce checkout via external page [closed]
- Change font size in products listing pages in woocommerce
- How to stop a Gutenberg Block from firing multiple GET Requests?
- Trying to disable slider for WooCommerce price filter [closed]
- Hide “Delete Note” link in Order Notes Panel
- Woocommerce reviews xss issue [closed]
- Unable to update Woocommerce Product Permalink
- How to select default Woocommerce category page
- Creating Product Table using Gutenberg
- I can ‘t display product images based on the label
- SKU for each product on every page
- Woocommerce get billing state manually
- WooCommerce quick checkout form? [closed]
- woocommerce cart item remove ajax not working in hosted site [closed]
- Set woocommerce product price based on dealer location [closed]
- How can I custom order the product display?
- WordPress plugin cloak link [closed]
- Woocommerce Update Causing Internal Server Error [closed]
- How to display Woocommerce variations prices and descriptions
- How to override the title tag for woocommerce endpoints?
- Adding Transaction-Specific Conversion Tracking from Adwords into WooCommerce
- New field on checkout is shown but it’s not saved on the order details [closed]
- How to rewrite product permalinks in Woocommerce to use category slugs
- How to re-arrange this hooked content?
- Woocommerce altered my homepage, and I can’t figure out how to revert it [closed]
- Woocommerce – Problem sorting and filtering products with different tax rates by price [closed]
- Single product page doesn’t display price
- Unable to paste google analytics con header.php [closed]
- can’t get the product id in single woocommerce page
- WooCommerce get_author_posts_url() – Author URL redirecting to shop base
- Error message if user is buying less than 200 euros of a given product [closed]
- Woocommerce – How to mix products and posts on a landing page?
- Disable woocommerce product search plugin’s autocomplete [closed]
- WooCommerce Subscriptions: Hide one variation subscription
- Contact form 7 send product PDF after submit
- Add sub variations in product page
- Woo commerce product quantity wise SKU
- Override une fonction dans une class Woocommerce
- What to do if images are not displayed in mob. versions of the online store on wordpress?
- WooCommerce (Bookings) + AddOns not always calculating correctly the total
- Woocommerce order proceed hooks
- List of JS events in the WooCommerce frontend
- WooCommerce custom product type not saving with namespaces
- Redirecting orders by company field
- Upload file to Woocommerce Order
- wp_login overriding user meta data
- Split taxonomies on different pages
- woocommerce REST api on the website’s front-end
- Woocommerce List categories with Image thumbnail
- Display WOO Commerce products on HTML page?
- How to add custom text field inputs for attributes in backend?
- Get unsolved array keys of product data tabs in woo product editor page
- Show products as posts on archive page
- Woocommerce new shop page
- Add class to latest item Woocommerce
- WooCommerce: how to set stock per attribute on variable product
- How to display products in sidebar in 2 columns?
- Replace “Add to cart” by a link to contact page on specific product
- Adding price to woocommerce cart item with get_price gets multiplied with 3?
- Increase load-out-page speed
- WooCommerce Stucked (?) – Edit dimensions
- Use Product Attribute in conditional tag
- Admin – Custom Post Type in WooCommerce menu – how to control menu order
- Facing issue in Woocommerce 3.3 version in wordpress
- getting attributes in a product loop
- Update products, terms and relations via SQL
- How to Display Amount of products being displayed out of the amount in category – WordPress/Woocommerce
- Echo SKU in WooCommerce Conformation page [closed]
- Woocommerce cart displays outdated prices [closed]
- Adding Extra Customer Email In Woocommerce Checkout
- How to override email text New Customer Order?
- redirect not logged in users to specific page and redirect them back where they come from
- How do I create a array custom field for use with facetwp.com?
- How to add my theme’s style to woocommerce blocks?
- Get a customer’s phone number by woocommerce
- Insert a custom field as a second email address to a completed order in WooCommerce
- Want to add Number of Products added by each shop manager in users list
- Titles with thumbnails in media library
- WooCommerce Webhook Action When a New Product Review was Submitted/Created