From 15ed223073ff3103e6dda631aa53f541ca4d90d8 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 19 Jul 2025 08:27:22 -0700 Subject: [PATCH] content: Improve WP2Hugo description --- content/en/tools/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tools/migrations.md b/content/en/tools/migrations.md index e78c7983f..f1c10e6fa 100644 --- a/content/en/tools/migrations.md +++ b/content/en/tools/migrations.md @@ -44,7 +44,7 @@ Alternatively, you can use the [Jekyll import command](/commands/hugo_import_jek : A small utility written in Java that exports the entire WordPress site from the database and resource (e.g., images) files stored locally or remotely. Therefore, migration from the backup files is possible. Supports merging multiple WordPress sites into a single Hugo site. [wp2hugo](https://github.com/ashishb/wp2hugo) -: A Go-based CLI tool to migrate WordPress website to Hugo while preserving original URLs, GUIDs (for feeds), image URLs, code highlights, table of contents and original WordPress navigation categories. It can migrate WordPress custom post types, custom taxonomies, custom fields, and respects page hierarchy. It supports translated WordPress blogs (through Polylang or WPML). It imports a WP media library database with orginal titles and dates and can download all media or only the ones inserted into pages from the original server. It supports a large range of conversions from WP legacy shortcodes and Gutenbarg blocks to Hugo [shortcodes](https://github.com/ashishb/wp2hugo/blob/main/doc/shortcodes.md): galleries, images, audio, YouTube embeds, Gists, Google Maps,... +: A Go-based CLI tool to migrate WordPress websites to Hugo. It preserves original URLs, GUIDs, image URLs, code highlights, tables of contents, and WordPress navigation categories. It migrates WordPress custom post types, custom taxonomies, custom fields, and page hierarchy. It supports translated WordPress blogs via Polylang or WPML. It imports a WordPress media library database with original titles and dates. The tool can download all media or only media inserted into pages from the original server. It converts WordPress shortcodes and Gutenberg blocks to Hugo shortcodes including galleries, images, audio, YouTube embeds, Gists, and Google Maps. ## Medium