From 31985e06cf29ff31ee982944bc870f604167da79 Mon Sep 17 00:00:00 2001 From: John Jago Date: Tue, 14 May 2024 18:28:26 -0500 Subject: [PATCH] Fix broken slugs after renaming directories --- .../blog/2024-04-17-change-order-status-in-woocommerce/index.md | 1 + .../index.md | 1 + .../index.md | 1 + content/blog/2024-04-21-turn-off-hpos-woocommerce/index.md | 1 + 4 files changed, 4 insertions(+) diff --git a/content/blog/2024-04-17-change-order-status-in-woocommerce/index.md b/content/blog/2024-04-17-change-order-status-in-woocommerce/index.md index 919dcc2..6565455 100644 --- a/content/blog/2024-04-17-change-order-status-in-woocommerce/index.md +++ b/content/blog/2024-04-17-change-order-status-in-woocommerce/index.md @@ -1,5 +1,6 @@ +++ title = 'Change order status in WooCommerce' +slug = 'change-order-status-in-woocommerce' date = '2024-04-17' draft = false summary = 'All the ways you can manually change the order status of an order in WooCommerce. This is a beginner tutorial, and no other plugins downloads are required.' diff --git a/content/blog/2024-04-18-energy-woocommerce-admin-theme-alternative/index.md b/content/blog/2024-04-18-energy-woocommerce-admin-theme-alternative/index.md index 67053dd..2d7cefe 100644 --- a/content/blog/2024-04-18-energy-woocommerce-admin-theme-alternative/index.md +++ b/content/blog/2024-04-18-energy-woocommerce-admin-theme-alternative/index.md @@ -1,5 +1,6 @@ +++ title = 'Alternative to the Energy+ WooCommerce admin theme' +slug = 'energy-woocommerce-admin-theme-alternative' date = '2024-04-18' draft = false summary = 'Energy+, the perhaps the only WooCommerce plugin out there that also restyles the admin side of WooCommerce, is no longer supported. Here is how Dashify compares.' diff --git a/content/blog/2024-04-19-show-billing-shipping-in-woocommerce-order-list/index.md b/content/blog/2024-04-19-show-billing-shipping-in-woocommerce-order-list/index.md index 092c29c..f487ea5 100644 --- a/content/blog/2024-04-19-show-billing-shipping-in-woocommerce-order-list/index.md +++ b/content/blog/2024-04-19-show-billing-shipping-in-woocommerce-order-list/index.md @@ -1,5 +1,6 @@ +++ title = 'Show billing and shipping addresses in the WooCommerce order list' +slug = 'show-billing-shipping-in-woocommerce-order-list' date = '2024-04-19' draft = false summary = 'How to display the customer’s billing address and shipping address in the table of orders, no snippets or plugins required.' diff --git a/content/blog/2024-04-21-turn-off-hpos-woocommerce/index.md b/content/blog/2024-04-21-turn-off-hpos-woocommerce/index.md index b6bbe5d..f1f9369 100644 --- a/content/blog/2024-04-21-turn-off-hpos-woocommerce/index.md +++ b/content/blog/2024-04-21-turn-off-hpos-woocommerce/index.md @@ -1,5 +1,6 @@ +++ title = 'How to turn off HPOS in WooCommerce' +slug = 'turn-off-hpos-woocommerce' date = '2024-04-21' draft = false summary = 'If a plugin you want to use is not compatible with HPOS, here is how you can disable HPOS.'