[Support request] Convert Gutenberg Paragraph to Generateblock Paragraph

Home Forums Support [Support request] Convert Gutenberg Paragraph to Generateblock Paragraph

Home Forums Support Convert Gutenberg Paragraph to Generateblock Paragraph

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1437301
    Philipp

    Hello!

    is there a way to convert all 200 posts/pages from gutenberg paragraphs to generateblock paragraphs?

    thank you!!!

    #1437311
    Elvin
    Staff
    Customer Support

    Hi Philipp,

    GenerateBlocks doesn’t have its own paragraph block. It uses Gutenberg editor’s default paragraph and heading blocks for its text contents.

    Perhaps what you mean was Gutenberg columns.

    Currently, there’s no way to automatically convert posts and pages from Gutenberg columns to GenerateBlocks Columns. I’m afraid you’ve have to edit all posts and pages layouts from the default Gutenberg columns to GB columns manually.

    #1437347
    Philipp

    Hey Elvin,

    thanks for your reply.

    You are of course right. I was referring to the Generateblocks headline block with the paragraph element. Btw. why is it called headline instead of text block?

    “There is no way?” that’s an answer I’m not used to on the generatepress support forum 😉

    At first I thought it would be a simple search and replace… except its not :/

    What I have tried is replacing

    <!– wp:paragraph –>
    <!– /wp:paragraph –>

    with

    <!– wp:generateblocks/headline {“element”:”p”} –>
    <!– /wp:generateblocks/headline –>

    And was hoping WordPress wouldn’t complain about the change – it does. And offers me to fix the corrupted paragraphs. At leas that saves we 3 clicks for each paragraph.

    There has to be some kind of wp-cli command/php-snippet to just auto-fix all corrupted blocks?

    #1437363
    Tom
    Lead Developer
    Lead Developer

    That’s one way to do it for sure.

    Search for:

    <!-- wp:paragraph -->

    Replace with:

    <!-- wp:generateblocks/headline {"element":"p"} -->

    Search for:

    <!-- /wp:paragraph -->

    Replace with:

    <!-- /wp:generateblocks/headline -->

    #1458467
    Philipp

    Thank you Tom.
    That’s what I did and what caused wordpress to complain about corruption.

    I have skipped moving to generateblocks paragraphs for now.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.