• Resolved Ricsca2

    (@ricsca2)


    I’m doing some tests but I see that the text is imported to me with the classic editor and not with the various blocks.
    Why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Ricsca2

    (@ricsca2)

    I found this post … If I insert those 2 code it inserts the text in a single paragraph and not in several paragraphs like gutemberg does.

    Come can I do?
    Thanks

    https://ww.wp.xz.cn/support/topic/importing-content-into-paragraph-block/

    Plugin Author WP All Import

    (@wpallimport)

    Hi @ricsca2,

    I found this post … If I insert those 2 code it inserts the text in a single paragraph and not in several paragraphs like gutemberg does. Come can I do?

    You’ll need multiple paragraph tags to break the text up into multiple paragraph blocks, e.g.:

    <!-- wp:paragraph -->
    <p>Paragraph 1 Text.</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>Paragraph 2 Text.</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>Paragraph 3 Text.</p>
    <!-- /wp:paragraph -->

    To save time, you could write a custom PHP function that automatically adds the paragraph tags to your content element: https://www.wpallimport.com/documentation/developers/custom-code/inline-php/.

    Plugin Author WP All Import

    (@wpallimport)

    Hi @ricsca2,

    I’m going to go ahead and mark this as resolved since it’s been a while. You can follow up here if you still have questions.

    If anyone else reading this has questions, please open a new topic.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No Classic Editor’ is closed to new replies.