Excellent software and practical tutorials
Classic Editor Batch Convert Blocks Gutenberg Gutenberg Blocks
Batch Convert BlocksBlocks, a plugin that batch modifies classic editor content into block editor format, and converts a large number of classic HTML posts and pages before Gutenberg into Gutenberg blocks.
With the release of the Gutenberg editor, there was a lot of criticism at the beginning, and many people switched back to the classic editor. Later, some authors tried to understand and use the block (Gutenberg) editor.
But how to batch modify the content of the old version of the classic editor to Gutenberg's block mode.
To convert your content into separate blocks, you need to edit each post and page individually. If you have dozens or hundreds of posts, this can take a lot of time. However, there is aBatch conversionPlugins can be implemented in batches.
In this article, we will show how toWordPressBatch convert classic blocks to a single Gutenberg block in.
I won't go into details about manual block conversion here. It's easy to convert a single article in WordPress. Now let's talk about how to convert blocks in batches. A previous plug-in called Bulk Block Converter has expired and cannot run on 5.9x. Fortunately, I found a plug-in callednewspack-content-converterThis plug-in is not published in the plug-in of the system background. You need to download the plug-in and then upload it to the plug-in for use.
A plugin for batch modifying classic editor content into block editor
Clicking on "News Pack Content Converter" in the main menu on the left side of the admin area opens a page showing the number of posts and the number of batches queued for conversion. Clicking on the "Run Conversion" button here actually initializes the conversion and starts converting the queued posts and pages into chunks.
After the conversion is complete, it is sometimes necessary to refresh the cache.
Plugin release address:https://github.com/Automattic/newspack-content-converter
Click to download the plugin for the classic batch conversion block:newspack-content-converter-0.0.13-alpha
After downloading the plug-in, upload and install it directly in the background plug-in.
About the use of plug-ins
newspack-content-converter After the Classic Block Batch Conversion Block Gutenberg plugin is installed, it will automatically detect the number of items that need to be converted. Note that you need to set your default editor to Gutenberg, and then click Run Conversion, otherwise the conversion will not be performed.