Complete structure to post in WordPress - help me!

Hey @Edgard_Neto

For your proposed use case, the simplest option is to follow the recommendations below:

  1. Create a template of the post with the layout and structure you want. This is recommended, because each WordPress editor (core, Elementor, Divi, Visual Composer) generates specific code that stores along with the information you include in the post_content column of the corresponding post ID in the wp_posts table of the database.

  1. From here, you just create the new post with the WordPress node, including the title and leaving it in draft.
  2. Add the post information and the template layout using the MySQL node and updating post_content of the generated post ID in the WordPress node above.

For this last point and to update the Yoast SEO information just follow the example here.

:wink:

3 Likes